Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Forced user logins

    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 verify
    a
    > user has logged in in the codebehind? I know I can call a validate
    routine
    > on each and every event, but there should be a global event handler for
    the
    > page that all inbound activity is directed through prior to being
    disbursed
    > to the individual control event handlers.
    >
    > Thanks in advance.
    >
    > Bill Wilson
    >
    >

    bruce barker Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Multiple Logins
      What would be a good way to login multiple users to different pages depending on their login? From the same form?
    3. 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...
    4. 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...
    5. 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?
  3. #2

    Default 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...
    > 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
    verify
    > a
    > > user has logged in in the codebehind? I know I can call a validate
    > routine
    > > on each and every event, but there should be a global event handler for
    > the
    > > page that all inbound activity is directed through prior to being
    > disbursed
    > > to the individual control event handlers.
    > >
    > > Thanks in advance.
    > >
    > > Bill Wilson
    > >
    > >
    >
    >

    Bill Wilson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139