P
Patrick Olurotimi Ige
On PageLoad i did -:
name.ID = Request.ServerVariables[LOGON_USER];
on asp.net page i have
<asp:textbox runat="server" ID="name"/>
But when i load my page the textbox is blank
Any ideas?
name.ID = Request.ServerVariables[LOGON_USER];
on asp.net page i have
<asp:textbox runat="server" ID="name"/>
But when i load my page the textbox is blank
Any ideas?