Top "Updatepanel" questions

UpdatePanel is an ASP.

Maintain scroll position after async postback from update panel

I'm having some troubles with asp.net and update panel. The problem is, that every time partial postback occurs from …

javascript .net asp.net ajax updatepanel
What causes the 'Cannot unregister UpdatePanel' error?

I've got a UserControl that contains an UpdatePanel. When I put that on a page, it throws the following error: …

asp.net asp.net-ajax updatepanel
ASP.NET UpdatePanel library reference errors

I am having a problem with VS 2010 apparently losing it's ability to load an UpdatePanel in the middle of development …

asp.net updatepanel dotnetnuke
Jquery tooltip is not disappearing on click of item

I am using jquery-1.9.1.js and UI jquery-ui-1.10.3.custom.min.js. When I mouse over on any form element it …

jquery jquery-ui asp.net-ajax updatepanel jquery-ui-tooltip
RadAjaxPanel version of UpdatePanel.Update()?

What can I do with the RadAjaxPanel to force a partial postback and refresh/update all the controls inside it? …

asp.net updatepanel telerik radajaxmanager
jquery ui datepicker inside asp.net UpdatePanel

I have a web page, where I'm using a jQuery UI datepicker on an asp.net textbox, which is located …

asp.net jquery jquery-ui asp.net-ajax updatepanel
ASP.NET inject javascript in user control nested in update panel

I'm trying to load javascript code with a user web control into a page via a the Page.LoadControl method …

asp.net javascript updatepanel custom-server-controls
Advantages and disadvantages of using Ajax update panels in ASP.NET application

What are the advantages and disadvantages of using Ajax update panels in ASP.NET application. Is there any alternatives available …

asp.net ajax updatepanel
How to ensure js is included in ascx file?

So the problem is the following : i do have own user control. which has some javascript file in script tag …

javascript asp.net updatepanel