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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top