Dim Foto As New System.Web.UI.WebControls.ImageButton
Foto.ImageUrl = "img/" & Application("strImagenFoto").ToString()
Foto.Width = New System.Web.UI.WebControls.Unit(250)
Foto.Height = New System.Web.UI.WebControls.Unit(200)
'Foto.Attributes.Add("onclick", "xxxxxxxxxxxxx")
'Foto.Attributes("onclick") = "xxxxxxxxxxxxxxxx"
'Foto.ResolveUrl("xxxxxxxxxxxxxxxxxxxxxx")
'Foto.Attributes.Add("onclick", "javascript:url('xxxxxxxxxxxxxx');")