Login page code for asp.net with c#
atulkhobragade 0 Newbie Poster
Recommended Answers
Jump to Postthe most basic one can be this :
get the user name and password from the page then if they match with what you want, set a value to your session variable : Session["IsAuthorized"]=true; then in your restricted pages ask for this session variable and make check if it is …
Jump to Postunfortunately we don't do the whole coding for people here. Attempt it and show us the code. We will help you from there
All 6 Replies
serkan sendur 821 Postaholic Banned Featured Poster
SheSaidImaPregy 28 Veteran Poster
majestic0110 187 Nearly a Posting Virtuoso
SheSaidImaPregy 28 Veteran Poster
majestic0110 187 Nearly a Posting Virtuoso
majestic0110 187 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.