Setting Authentication to multiple pages

How do one set authentication for mulitple pages for an administrator using Login Function in Vb.net using vb language

Answer this question

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

    How to set authentication for mulitple pages for an administrator using Login Function in Vb.net using vb language
  • Akil

    Setting authentication for mulitple pages for an administrator using Login Function in Vb.net using vb language
  • Stardust25

    Found the answer in ASP.Net one of the video! Thanks guys!

  • 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.



  • Setting Authentication to multiple pages