What are Cached events?

 Posted by Ddd on 2/19/2011 | Category: ASP.NET Interview questions | Views: 6564 | Points: 40
Answer:

They are placed in the ViewState of the page and executed on the server side.

example: TextChanged event of the TextBox.
SelectedIndexChanged event of the DropDownList.

To execute them, some postback must occur.


| Alert Moderator 

Comments or Responses

Login to post response