Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > ASP.NET Forum & Tutorial


ASP.NET server control events


Reply
Views: 7352  
Thread Tools Rate Thread
  #1  
Old 05-30-2009, 09:59 AM
bholus7
Guest
 
Posts: n/a
Default ASP.NET server control events

ASP.NET server control events





ASP.NET web form supports many server controls like ****on, TextBox etc. Each control has associated events. There are three types of server control events.



Postback event
Cached event
Validation event
Postback event

This event sends the page to server for processing. This causes the page a round-trip to the server.
Cached event

This event stores page data that gets processed when page is submit to the server by postback event.
Validation event

This event is handled on the page just before the page is posted back to server.
The order of server control events on a Web form is below.

First validations Event occurs just before the page is submitted to the server.

Postback Event occurs that cause the page to be submitted to the server.
Page_Init and Page_Load events are handled.

Cached events are handled.
Lastly, the event that caused the postback is processed.

Reply With Quote
Reply

New topics in ASP.NET Forum & Tutorial





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)