G
GoGoRichie
Does anyone know away i can pull the logged in user name from a
computer for a web form?
this is what i did to pull from the cookie when user log into my site
but now i want to get request from non site users but capture non
logged in users ids too.
~ <input type="text" name="EmailID" maxlength="10" size="10"
Value="<%=Request.Cookies("NPSC")("UserName")%>"
~
computer for a web form?
this is what i did to pull from the cookie when user log into my site
but now i want to get request from non site users but capture non
logged in users ids too.
~ <input type="text" name="EmailID" maxlength="10" size="10"
Value="<%=Request.Cookies("NPSC")("UserName")%>"
~