Is this a Forms project or a web developer project
If it's forms, then you can simply maintain a login/authentication variable nd check it with each form (or a variation of such). If it's a web project, please refer to the http://forums.asp.net for answers for such questions.
You also don't need to multipost the same question across similar forums.
multiple pages You mean multiple forms Or are you referring to ASP.NET pages In which case the ASP.NET forums is the place for answers related to web pages: http://forums.asp.net.
If this is VB code, then you can simply keep track of the login (using a global variable), and each form check the authorization.
Setting Authentication to multiple pages
Rasmus Helwigh
Is this a Forms project or a web developer project
If it's forms, then you can simply maintain a login/authentication variable nd check it with each form (or a variation of such). If it's a web project, please refer to the http://forums.asp.net for answers for such questions.
You also don't need to multipost the same question across similar forums.
Diki
Akil
Stardust25
Lars Roith
multiple pages You mean multiple forms Or are you referring to ASP.NET pages In which case the ASP.NET forums is the place for answers related to web pages: http://forums.asp.net.
If this is VB code, then you can simply keep track of the login (using a global variable), and each form check the authorization.