What is the use of Update() method in UpdatePanel Control?

 Posted by Rajesh_Kumar on 2/11/2014 | Category: ASP.NET AJAX Interview questions | Views: 2275 | Points: 40
Answer:

UpdatePanel'Update() method is used to update associated updatepanel content.It will we only used when updatepanel UpdateMode is set to Conditional.We write updatemethod() in any method or events in code-behind whenever we want to update updatepanel content.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response