How to find out which events will fire

  • Thread starter Thread starter MS News \(MS ILM\)
  • Start date Start date
M

MS News \(MS ILM\)

Hello,

In the Page_load during postback how can I find the list of events_handlers
that will be called if any?.

Thanks
 
That did not do it.

I want to Know Which events are in the queue to be fired???
Aslo can I change order of event firing...???
who caused the postback??


Thanks
Victor Garcia Aprea said:
In this[1] post you'll find a link to the control execution lifecycle, that
should give you a good idea of "what fires when".


[1] http://weblogs.asp.net/vga/archive/2003/08/11/23498.aspx

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup

MS News (MS ILM) said:
Hello,

In the Page_load during postback how can I find the list of events_handlers
that will be called if any?.

Thanks
 
If you look here[1] you can check at which order the events fire; you can't
change that order.

[1]
http://msdn.microsoft.com/library/d...guide/html/cpconcontrolexecutionlifecycle.asp

What specific problem are you having?

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup

MS News (MS ILM) said:
That did not do it.

I want to Know Which events are in the queue to be fired???
Aslo can I change order of event firing...???
who caused the postback??


Thanks
Victor Garcia Aprea said:
In this[1] post you'll find a link to the control execution lifecycle, that
should give you a good idea of "what fires when".


[1] http://weblogs.asp.net/vga/archive/2003/08/11/23498.aspx

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup

MS News (MS ILM) said:
Hello,

In the Page_load during postback how can I find the list of events_handlers
that will be called if any?.

Thanks
 
Back
Top