Top "Updatepanel" questions

UpdatePanel is an ASP.

Checkboxlist inside UpdatePanel triggers full postback when an item is checked

So I have this Checkboxlist and I want to implement a Select All feature for the elements inside it. I …

asp.net updatepanel postback checkboxlist partial-postback
How to avoid UpdatePanel scrolling on AutoPostBack?

I have an ASP.NET FormView within an updatepanel. I'm auto-saving the form by setting AutoPostBack=true for each of …

asp.net updatepanel scroll autopostback
Running script after Update panel AJAX asp.net

I am running an ajax update panel in my website. The update panel returns some new controls. I would like …

javascript c# asp.net ajax updatepanel
Replace UpdatePanel with JQuery

I'm using UpdatePanel to asynchronously call a button click event in a page that calls a method in another class …

jquery ajax asp.net-ajax .net-2.0 updatepanel
jQuery Dialog-Postback but UpdatePanel doesn't get updated

i want to show a jQuery UI Dialog from Codebehind and need to refresh it after postbacks. The dialog is …

jquery .net asp.net asp.net-ajax updatepanel
Execute javascript from inside update panel on every refresh

I have an aspx page which is made of 3 user controls (ascx). I have an update panel wrapping the 3 user …

javascript asp.net ajax vb.net updatepanel
Updatepanel in ajax always runs page_load Event?

I'm new to ajax and using visual studio 2005 and framework 2.0. A simple Ajax sample always takes to the page load …

asp.net ajax updatepanel pageload
Best alternative solution for ASP.NET AJAX UpdatePanel

Best alternative solution for ASP.NET AJAX UpdatePanel for dynamically add and remove user controls without full postback

javascript asp.net ajax controls updatepanel
How to show google maps in ASP.NET C#

I am working on adding the google maps control into an ASP.NET C# page. I have gotten the API …

javascript c# google-maps updatepanel registerstartupscript
updatepanel trigger cause fullpostback instead partial postback

I want partial postback(asyncpostback) instead fullpostback.but it's not working. Dynamically created checkbox where check or unchecked checkbox cause …

c# asp.net updatepanel asynchronous-postback