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.
Answer Posted / 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 View All Answers
How can u deifne the benefits and limitation of using Viewstate for state management?
Which authentication uses a combination of windows and iis authentication?
How can I configure asp.net applications that are running on a remote machine?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Describe the application event handlers in ASP.NET?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
How do cookies work?
List all templates of the repeater control.
What are the Types of authentications in IIS
How can you apply a theme to your asp.net application?
Explain the updatepanel?
Briefly describe the role of global.asax?
How do http sessions work?
What is web api vs wcf?
Explain the difference between panel and groupbox classes using .net?