asp.net text box q...
asp.net text box q...
Out of context: Reply #1
- Started
- Last post
- 1 Response
- angelus350
Unless you've got access to the source code of the Newstoday PHP and rewrote it in ASP.NET I don't know that it will help you.
To write a login procedure, you'll need to store the login credintials in some type of data storage (flat file, database, etc.). Then when the user logs in, pass the credentials in a session variable or URL variable (session being more secure) to the server and validate the session against that user name and password creditial. Not a 1 step process if that's what you were looking for.