I have two buttons:
<asp:Button ID="Button1" runat="server" Text="Button" />
<asp:Button ID="Button2" runat="server" Text="Button" />
How can I determine on pageLoad which one of this two caused the postback? Is there a short solution as I know there are only two controls that can cause this postback?
This helps to find the name of control that caused postback in pageload.This helped me.Hope this helps someone else too
http://geekswithblogs.net/mahesh/archive/2006/06/27/83264.aspx
You can use this method to get the control that caused the postback: