if i have placed the button control with the OnClick event
like <asp:Button ID="mybutton" runat="server" Text="Insert"
onclick="mybutton_Click" /> 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 <input
type="submit" name="mybutton" value="Insert" id="mybutton"
/> 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.



if i have placed the button control with the OnClick event like <asp:Button ID="mybutton&qu..

Answer / karthi

Clicked Button event is binded through view-state. Which is
in encrypted format in the name of attribute(_viewstate) in
the browser page source

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How could you modify xaml content from javascript?

0 Answers  


What is active web pages?

0 Answers  


Do session use cookies in asp net?

0 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  


What is the lifespan for items stored in ViewState?

2 Answers   ISST,






What is the advantage of mvc over asp.net? : Asp.Net MVC

0 Answers  


Why Global.asax is used?

7 Answers   Perot Systems,


What is asp net_sessionid?

0 Answers  


Which institute provide good Project training on .Net technologies in hyd?

5 Answers  


1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?

1 Answers   CompuRx Infotech, Gemini, Gemini Communication,


Is asp.net outdated?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?

1 Answers   Patni, Perot Systems, Sedna Technology,


Categories