N
news.microsoft.com
How can I tell which control caused a postback? I have several controls
that cause a postback, and I want to take different actions depending on
which was activated. It seems a little backward that the page load runs
first, then last is the actual event that caused the postback, as that last
event is where all the new parameters are. If I can tell what caused the
postback, then I can at least take action accordingly. Or should I be doing
this a different way?
Thanks for your help.
that cause a postback, and I want to take different actions depending on
which was activated. It seems a little backward that the page load runs
first, then last is the actual event that caused the postback, as that last
event is where all the new parameters are. If I can tell what caused the
postback, then I can at least take action accordingly. Or should I be doing
this a different way?
Thanks for your help.