-
How the server side identifies button click event
if i have placed the button control with the OnClick event like {geshibot language="vb"} {/geshibot} 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 {geshibot language="vb"} {/geshibot} here, it does not display the onclick event, then how the page calls the button click on the server side, how the server...