If i have placed the button control with the OnClick event like
Code
span style="color: #ff0000;">"mybutton" runat="server" Text="Insert""mybutton_Click" />
Copyright GeekInterview.com
and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like
Code
span style="color: #ff0000;">"submit""mybutton""Insert" id="mybutton" />
Copyright GeekInterview.com
here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
How the server side identifies button click event
and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like
here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
Profile Answers by karthime Questions by karthime
Questions by karthime