Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Peter Agyekum Explain the Server Control Events of ASP.NET ? ASP.NET offers many server controls like Textbox, Button Dropdown List etc. Each control will respond to the user’s actions using events and event handler mechanism. Following are the Server Control Events: Postback events - These events sends the web page to the server for processing. Once processing is finished, web page will send data back to the same page on the server. Cached events - These events are processed when a postback event occurs.
Related Topics