There are three different kind of server events. Postback, cached, and validation events.

Postback: button,link button,image button

Cached: textbox,dropdown list, radiobutton,checkbox (can be overridden with AutoPostBack = true)
Validation: RequiredFieldValidator type controls

The order events are processed:

PageLoad -> Cached -> Post-back -> Page_UnLoad



No Responses Yet to “Server Control Events”  

  1. No Comments Yet

Leave a Reply