Dim HyperFoto As New System.Web.UI.WebControls.HyperLink
HyperFoto.ImageUrl = ".../img/" & Application("strImagenFoto").ToString()
HyperFoto.NavigateUrl = "xxxxxx"
HyperFoto.Height = New System.Web.UI.WebControls.Unit(20)
HyperFoto.Width = New System.Web.UI.WebControls.Unit(50)