Top "Updatepanel" questions

UpdatePanel is an ASP.

ASP.NET postback with JavaScript

I have several small divs which are utilizing jQuery draggable. These divs are placed in an UpdatePanel, and on dragstop …

javascript asp.net webforms updatepanel postback
How do I use updatePanel in asp.net without refreshing all page?

I want to design a website which contains sub-categories of a product in asp.net(c#). When I clicked a …

c# asp.net updatepanel
ASP.NET Display "Loading..." message while update panel is updating

Hello I am creating an ASP.NET/C# application I have an update panel that takes time to update. Is …

c# asp.net ajax updatepanel
ModalPopupExtender OK Button click event not firing?

I have a Button inside an UpdatePanel. The button is being used as the OK button for a ModalPopupExtender. For …

asp.net asp.net-ajax updatepanel modalpopupextender
Can't get ScriptManager.RegisterStartupScript in WebControl nested in UpdatePanel to work

I am having what I believe should be a fairly simple problem, but for the life of me I cannot …

c# asp.net ajax updatepanel scriptmanager
RegisterStartupScript doesn't work with ScriptManager,Updatepanel. Why is that?

protected void timer1_Tick(object sender, EventArgs e) { foreach (RepeaterItem item in rpChat.Items) { TextBox txt = item.FindControl("txtChatMessage") as …

asp.net updatepanel scriptmanager
ASP.NET UpdatePanel Time Out

I'm making a request from an UpdatePanel that takes more then 90 seconds. I'm getting this timeout error: Microsoft JScript runtime …

asp.net ajax updatepanel
Call JQuery function from code behind (aside) ASP.Net and C#

I need to disable JQuery tabs programmatically. The tabs are inside an update panel (Ajax) and the update panel is …

asp.net jquery ajax updatepanel
Full postback triggered by LinkButton inside GridView inside UpdatePanel

I have a GridView inside of a UpdatePanel. In a template field is a button I use for marking items. …

c# asp.net gridview asp.net-ajax updatepanel
How can I run some javascript after an update panel refreshes?

I have a pageLoad function which sets some css on an .ascx control that I cannot change. On page load …

asp.net javascript jquery updatepanel