Top "Updatepanel" questions

UpdatePanel is an ASP.

Adding Triggers dynamically on UpdatePanel for dynamially added controls

I am Adding array Buttons to a simple panel dynamically which is located in an Update Panel, now I want …

c# asp.net asp.net-ajax updatepanel
RegisterStartupScript doesn't appear to be working on page postback within update panel

OK - so am working on a system that uses a custom datepicker control (I know there are other ones …

c# updatepanel registerstartupscript
GridView inside UpdatePanel not refreshing without a call to code behind

I am new to ASP.Net and I am confused about the way a GridView control works inside an UpdatePanel. …

asp.net gridview updatepanel partial-page-refresh
The type or namespace name UpdatePanel does not exist in the namespace System.Web.UI

I'm working on a website built by another developer that targets ASP.NET 3.5. I'm trying to add an update panel …

visual-studio-2010 asp.net-ajax updatepanel asp.net-3.5
how to trigger updatepanel within a javascript function

i have an updatepanel in my asp.net web page. I want to trigger the updatepanel within a javascript function …

javascript asp.net updatepanel
Nested UpdatePanel causes parent to postback?

I'm under the impression that a control in a nested UpdatePanel will cause the top level UpdatePanel to refresh (thus …

asp.net asp.net-ajax nested updatepanel
update panel not working

i am having two list box which perform add remove item functionality which are controlled by four buttons and o …

asp.net updatepanel ajax.net
User control inside update panel causing full page postback

I have a user control with linkbuttons (used for paging) and a repeater inside an update panel. The paging works …

asp.net updatepanel postback partial-postback
How to make TinyMCE work inside an UpdatePanel?

I'm trying to do something that many people seem to have been able to do but which I am unable …

c# asp.net javascript updatepanel tinymce