Ask a Question related to ASP.NET General, Design and Development.
-
bruce barker #1
Re: Forced user logins
page_load
"Bill Wilson" <bill.wilson@sharbot.com> wrote in message
news:#7dCMXXTDHA.2316@tk2msftngp13.phx.gbl...a> Can anybody direct me to the method where I would place my code to verifyroutine> user has logged in in the codebehind? I know I can call a validatethe> on each and every event, but there should be a global event handler fordisbursed> page that all inbound activity is directed through prior to being> to the individual control event handlers.
>
> Thanks in advance.
>
> Bill Wilson
>
>
bruce barker Guest
-
mysql logins
Is there a log file or is there some way to create a log file to monitor logins to a MySQL server? Is there something that can be added in the... -
Multiple Logins
What would be a good way to login multiple users to different pages depending on their login? From the same form? -
Preventing multiple logins from a single user
Hi, We have a web application developed using ASP .NET that uses forms authentication.We want to prevent users from logging in more than once... -
Secure logins...
Hi. I reaslise this is possibly considered off-topic, but I want to pick as many expert brains as possible. Apologies in advance.... I have a... -
Miltiple Logins
We are running Netware5. We are trying to eliminate the Windows logon box from appearing after the Novell logon box in Windows XP. Any Ideas? -
Bill Wilson #2
Re: Forced user logins
Thanks Bruce. I didn't realize it was called each time it went back, but it
does, great.
"bruce barker" <nospam_brubar@safeco.com> wrote in message
news:uN7NTyYTDHA.1324@TK2MSFTNGP11.phx.gbl...verify> page_load
>
>
> "Bill Wilson" <bill.wilson@sharbot.com> wrote in message
> news:#7dCMXXTDHA.2316@tk2msftngp13.phx.gbl...> > Can anybody direct me to the method where I would place my code to> a> routine> > user has logged in in the codebehind? I know I can call a validate> the> > on each and every event, but there should be a global event handler for> disbursed> > page that all inbound activity is directed through prior to being>> > to the individual control event handlers.
> >
> > Thanks in advance.
> >
> > Bill Wilson
> >
> >
>
Bill Wilson Guest



Reply With Quote

