richrich05
Programmer
Does anyone know away i can pull the logged in username from a computer for a webform?
this is what i did to pull from the cookie
~ <input type="text" name="EmailID" maxlength="10" size="10" Value="<%=Request.Cookies("NPSC")("UserName")%>"
~
this is what i did to pull from the cookie
~ <input type="text" name="EmailID" maxlength="10" size="10" Value="<%=Request.Cookies("NPSC")("UserName")%>"
~