Click to See Complete Forum and Search --> : can somebody please list the events that asp.net understands


ralizadeh
04-04-2004, 08:01 PM
can somebody please list the events that asp.net understands

Thanks you!

PeOfEo
04-04-2004, 09:33 PM
depends on the control.
For what, a text box, a button, a list, the page... it is a bit different for each.

ralizadeh
04-05-2004, 12:01 AM
I mean, in the tutorial that i am reading, it say, "The Page_Load event is one of many events that ASP .NET understands: . . ." ok, but what is the rest of those events?
is there a list any where i can see them?

Page_Load is the only one i know.


thanks

PeOfEo
04-05-2004, 12:08 AM
onclick onselectedindexchanged onload oninit ondatabinding onprerender ondisposed onunload and many many more, its basically the events in vb, well most of them.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/raiserespeven.asp
that is about event driven programming in vb.net, http://search.microsoft.com/search/results.aspx?View=msdn&p=1&s=1&c=4&st=a&qu=asp.net+events&na=30 here is a search for asp.net events. Hope this helps.