Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can u deifne the benefits and limitation of using Viewstate for state management?

1184


Which authentication uses a combination of windows and iis authentication?

1136


How can I configure asp.net applications that are running on a remote machine?

1103


Which is the best institute to learn Microsoft Technologies and the faculty if you Know?

2198


Describe the application event handlers in ASP.NET?

1088


Can we make activex dll also ti execute in some process as that of client ? How can we do?

4791


How do cookies work?

1036


List all templates of the repeater control.

1150


What are the Types of authentications in IIS

1114


How can you apply a theme to your asp.net application?

1025


Explain the updatepanel?

1069


Briefly describe the role of global.asax?

1037


How do http sessions work?

965


What is web api vs wcf?

1062


Explain the difference between panel and groupbox classes using .net?

1012