Setting authentication for mulitple pages

How do one set authentication for mulitple pages for an administrator

using Login Function in Vb.net using vb language?

[121 byte] By [arcliner] at [2007-12-22]
# 1
How to set authentication for mulitple pages for an administrator

using Login Function in Vb.net using vb language?

arcliner at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Setting authentication for mulitple pages for an administrator

using Login Function in Vb.net using vb language?

arcliner at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3

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.

SJWhiteley at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 4

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.

SJWhiteley at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 5
Found the answer in ASP.Net one of the video! Thanks guys!
arcliner at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...