How can get the event source from postback action?

  • Thread starter Thread starter JL
  • Start date Start date
J

JL

Hi all,

I have a two button in same web form, i want to get the information about
which button to cause the postback action and determine the response.

Does APS.NET has a method to do it on Page_load method? thanks a lot
 
You would do this by attaching an Event Handler to each button's Click
Event.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top