The complete list of methods and functions called by a custom control

N

Nathan Sokalski

This may be a bit of an extreme request, but I believe it would help many
people (including me, which is why I ask) write and debug their custom
controls. I would like a complete list of all the following in the order
they are executed:

Events for a class that inherits System.Web.UI.Control (such as Load,
PreRender, etc.)
Methods implemented for interfaces commonly used in custom controls (such as
IPostBackDataHandler)
Methods commonly overridden in custom controls (such as CreateChildControls,
LoadViewState, etc.)

I realize that some of these events, methods, and functions are not always
called in the same order, and when it can be determined I would like to know
under what conditions this occurs. I may sound very demanding here, but
sometimes it can be hard to teach these things to yourself when everywhere
you look they leave out some of the ones you are using. If anyone knows of a
website that gives this information, I would be very appreciative (and I'm
sure many other developers would as well). Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top