Re: Formsauthentication - Page_Load problem
From: Cy Huckaba (cyh_at_delete.t-3.com)
Date: 04/29/03
- Next message: John McD: "Re: Formsauthentication - Page_Load problem"
- Previous message: Carlos Redondo: "WebServices Access Denied"
- In reply to: John McD: "Formsauthentication - Page_Load problem"
- Next in thread: John McD: "Re: Formsauthentication - Page_Load problem"
- Reply: John McD: "Re: Formsauthentication - Page_Load problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 29 Apr 2003 15:50:42 -0500
You can add the HANDLES syntax to the page load event like this...
Public Sub Page_Load(...) Handles MyBase.Load
...
End Sub
You are basically adding an event hook to that sub. You are telling it to fire
the load event of the class (webform) that your page is inherited from.
Cy Huckaba
Austin, TX
"John McD" <judetherude@hotmail.com> wrote in message
news:027601c30e8b$18ebdea0$a301280a@phx.gbl...
> How can I get the Page_Load code to execute while still
> having the AutoEventWireup attribute set to false?
- Next message: John McD: "Re: Formsauthentication - Page_Load problem"
- Previous message: Carlos Redondo: "WebServices Access Denied"
- In reply to: John McD: "Formsauthentication - Page_Load problem"
- Next in thread: John McD: "Re: Formsauthentication - Page_Load problem"
- Reply: John McD: "Re: Formsauthentication - Page_Load problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|