Top "Updatepanel" questions

UpdatePanel is an ASP.

DatePicker disappears after postback

I have an asp:TextBox associated to a jquery DatePicker. This input has a onTextChangedEvent that updates a Literal Control. …

jquery asp.net updatepanel postback
How to check whether UpdatePanel is posting back?

Is there a way to determine if an <asp:UpdatePanel /> has performed an Ajax postback similar to how …

asp.net .net ajax updatepanel http-post
Update panel not showing errors in ASP.NET 3.5

In Visual Studio 2008 if you create a new "Ajax 1.0 Enabled ASP.NET 2.0 Web Application" and paste the following code: <…

updatepanel asp.net-3.5 scriptmanager
Calling a jquery function from code behind in asp.net doesn't seem to work

I am calling a jquery function after inserting a record to database... ScriptManager.RegisterClientScriptBlock(LbOk, typeof(LinkButton), "json", "topBar('Successfully …

c# asp.net jquery updatepanel code-behind
ScriptManager.RegisterClientScriptInclude does not work in UpdatePanel

I've read through the net but haven't found a solution to the following problem. I have this example page (_ScriptManager.…

asp.net-ajax updatepanel scriptmanager
How to Preview uploaded image using telerik RadAsyncUpload and RadBinaryImage in ASP Update Panel?

I have a web form in asp.net contains a RadAsyncfileupload and a RadBinaryImage inside an Asp Update Panel like …

image telerik updatepanel radupload
Recaptcha disappears during PostBack

I have seen a couple of other posts on here regarding the use of Recaptcha with ASP.net UpdatePanels but …

asp.net updatepanel recaptcha
ASP.Net: Asynchronous Update Panel Loading with two update panels

I am trying to asynchronously display data in update panels on a website where the data retrieval tasks take different …

c# asp.net-ajax updatepanel
Update progress inside update panel

i have two buttons inside a update panel.i need to trigger update progress and show a .gif image for …

asp.net ajax updatepanel updateprogress
ASP.Net file upload causing post back in update panel using triggers

I have file upload control to upload the profile picture using update panel. I have used AsyncPostBackTrigger with update panel …

asp.net file-upload updatepanel postback asyncfileupload