Setting Authentication to multiple pages
using Login Function in Vb.net using vb language?
using Login Function in Vb.net using vb language?
using Login Function in Vb.net using vb language?
using Login Function in Vb.net using vb language?
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.
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.