0
kicks
Using the ASP.NET UpdatePanel control with jQuery
The ASP.NET UpdatePanel is the most commonly used control for writing AJAX applications within ASP.NET. With the integration of jQuery within Microsoft Visual Studio, it is possible to make use of jQuery for client-side programming. This post discusses the most common problem that developers encounter when using UpdatePanel control along with jQuery. It provides a simple solution to overcome this problem.