Question { INDUS, 15561 }
You have two buttons in web form and i clicked on one of
the button, so how do i find which button i've clicked on
the form in my page load?
Answer
do a Response.write(sender.toString()) inside each of the
click event methods