Home All Groups Group Topic Archive Search About
Author
12 Jan 2006 3:28 PM
Daves
where in the page cycle does a button's onclick event take place? How can I,
in general, find out where control's events are situated in comparison with
the standard init,load,databound... events in Page?

Author
13 Jan 2006 3:01 AM
Christopher Reed
Turn trace on.  It will show all events in order.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"Daves" <dbspam@simnet.is> wrote in message
news:uZfLnz4FGHA.2064@TK2MSFTNGP09.phx.gbl...
> where in the page cycle does a button's onclick event take place? How can
> I, in general, find out where control's events are situated in comparison
> with the standard init,load,databound... events in Page?
>
Are all your drivers up to date? click for free checkup

Author
13 Jan 2006 6:19 PM
Daves
ahh great!

now how come I don't see the DataBinding event for the Page? Isn't the page
always databound?


Show quoteHide quote
"Christopher Reed" <carttu@nospam.nospam> wrote in message
news:uQLZz2%23FGHA.4036@TK2MSFTNGP12.phx.gbl...
> Turn trace on.  It will show all events in order.
> --
> Christopher A. Reed
> "The oxen are slow, but the earth is patient."
>
> "Daves" <dbspam@simnet.is> wrote in message
> news:uZfLnz4FGHA.2064@TK2MSFTNGP09.phx.gbl...
>> where in the page cycle does a button's onclick event take place? How can
>> I, in general, find out where control's events are situated in comparison
>> with the standard init,load,databound... events in Page?
>>
>
>

Bookmark and Share