|
|
|
start date: Fri, 17 Aug 2007 19:14:23 -0000,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Steve Richter
|
|
2
Teemu Keiski
|
|
3
Steve Richter
|
where do page_load and page_loadcomplete methods come from?
how do methods in like Page_Load and Page_LoadComplete get
automatically wired up to hook their corresponding page events? I
dont see them in the MSDN documentation of the System.Web.UI.Page
class.
thanks,
-Steve
Date:Fri, 17 Aug 2007 19:14:23 -0000
Author:
|
Re: where do page_load and page_loadcomplete methods come from?
Hi,
They do if AutoEventWireUp on @Page directive is set to true
See ASP.NEt Web Server Control Event Model
http://msdn2.microsoft.com/en-us/library/y3bwdsh3.aspx
Especially section "Binding Page events"
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"Steve Richter" wrote in message
news:1187378063.973225.158890@o80g2000hse.googlegroups.com...
> how do methods in like Page_Load and Page_LoadComplete get
> automatically wired up to hook their corresponding page events? I
> dont see them in the MSDN documentation of the System.Web.UI.Page
> class.
>
> thanks,
>
> -Steve
>
Date:Sat, 18 Aug 2007 13:59:08 +0300
Author:
|
Re: where do page_load and page_loadcomplete methods come from?
On Aug 18, 6:59 am, "Teemu Keiski" wrote:
> Hi,
>
> They do if AutoEventWireUp on @Page directive is set to true
>
> See ASP.NEt Web Server Control Event Modelhttp://msdn2.microsoft.com/en-us/library/y3bwdsh3.aspx
>
> Especially section "Binding Page events"
good article. thank you
Date:Sat, 18 Aug 2007 14:31:37 -0000
Author:
|
|
|