kimberlyseal
New Member
Hi, I can't read my userid with the method below:-<BR><BR>Sub Page_Load(s As Object, e As EventArgs)<BR> txtFrom.text = User.Identity.Name<BR> Response.Write(txtFrom.text & "sdafasf")<BR>End Sub<BR> <BR>My email suppose to be displayed in the textbox. <BR>eg. my outlook email is = "[email protected]"<BR>Is there any others method? Please help!<BR>Thanks.<BR><BR>