Cita:
Iniciado por jaullo Prueba de esta forma
Código ASP:
Ver originalDim strUser As String = System.Web.HttpContext.Current.User.Identity.Name
Jaullo Muchas gracias llevava horas intentando hacer esto. de esta manera fue como logre colocar la variable al Texbox, por si alguien lo necesita.
Dim strUser As String = System.Web.HttpContext.Current.User.Identity.Name
Protected Sub TextBox1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.Load
TextBox1.Text = strUser
End Sub
Muchas Gracias