D
Deven
In my website, I have few forms which requires users to login prior to
accessing them. I have created custom login page and not using built-in
login control. My question is how do I use HttpRequest.IsAuthenticated
Property to make sure user is validated? Do I have to create custom class or
can I use use code shown on this MSDN page once on login.aspx.
http://msdn.microsoft.com/en-us/library/system.web.httprequest.isauthenticated.aspx
Thanks,
Deven
accessing them. I have created custom login page and not using built-in
login control. My question is how do I use HttpRequest.IsAuthenticated
Property to make sure user is validated? Do I have to create custom class or
can I use use code shown on this MSDN page once on login.aspx.
http://msdn.microsoft.com/en-us/library/system.web.httprequest.isauthenticated.aspx
Thanks,
Deven