UpdatePanel In Asp.net
How To Use UpdatePanel In Asp.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jul 5, 2012, 8:50 AM
The UpdatePanel control is probably the most important control in the ASP.NET AJAX package. It will AJAX'ify controls contained within it, allowing partial rendering of the area. We already used it in the Hello world example, and in this chapter, we will go in depth with more aspects of the control.
The
Please refer the below links
http://msdn.microsoft.com/en-us/library/bb399001.aspx
http://ajax.net-tutorials.com/controls/updatepanel-control/
Thanks