Yup, but, I cannot find out which control send post back event, with the
method you suggest me I can only find out is page load event a Post Back
Event or not.
How can we know the control who send it (postback event) ?
Thank's & Regards
Yovi
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:#m**************@TK2MSFTNGP11.phx.gbl...
If IsPostBack Then...
--
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
"Yovi Oktofianus" <yo***@hotmail.com> wrote in message
news:eX**************@tk2msftngp13.phx.gbl... Hi all,
is it posible to hook every post back event ?
My goal is I want to know which control send post back event to my page
before Page.OnLoad event raised. Or at least in Page_Load event handler
i can find out which control raise it.
Thank's