Home All Groups Group Topic Archive Search About

Discovering what event was raised

Author
9 Jan 2006 10:27 AM
Piotr
How Can I discover in Page_Load() that some event was raised (i.e.
EditButton was clicked) ?

Piotr

Author
9 Jan 2006 12:37 PM
Christopher Reed
Actually, turn on Trace for the page and it will give you a listing on the
events that had been fired.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"Piotr" <zn***@poczta.fm> wrote in message
news:uumOwcQFGHA.1124@TK2MSFTNGP10.phx.gbl...
> How Can I discover in Page_Load() that some event was raised (i.e.
> EditButton was clicked) ?
>
> Piotr
>
>