Top "Asp.net-ajax" questions

A set of extensions to ASP.

AJAX AutocompleteExtender isn't working. Web Service works

This is c# .net 2.0. I am using a masterpage. The WebService works fine on its own. I am completely stumped. …

web-services asp.net-ajax ajaxcontroltoolkit autocompleteextender
Ajax.BeginForm driving me crazy

ASP.NET MVC3 I have a partial view that is initially rendered inside a div. The following is the partial …

asp.net-ajax asp.net-mvc-3 ajax.net
Dynamically add CalendarExtender to Textbox subclass server control?

I'm trying to create a server control, which inherits from TextBox, that will automatically have a CalendarExtender attached to it. …

asp.net asp.net-ajax textbox calendar custom-server-controls
Can I use UpdatePanel in MasterPage to wrap nested pages?

Can I use Update panel in masterpage to wrap nested pages so that when browsing from one page to the …

asp.net asp.net-ajax ajax.net
JavaScriptSerializer deserialize object "collection" as property in object failing

I have a js object structured like: object.property1 = "some string"; object.property2 = "some string"; object.property3.property1 = "some string"; …

javascript asp.net-ajax serialization javascriptserializer
UpdateProgress linked to Multiple UpdatePanel controls

Is there a way to have a single UpdateProgress control associated with mupltiple UpdatePanel controls? something like this: <asp:…

asp.net-ajax webforms
Is it recommended to use unobtrusive AJAX with MVC 5?

I know that there is library that supports unobtrusive AJAX so I asked my father (also .net programmer) why he …

asp.net-ajax asp.net-mvc-5 unobtrusive-ajax
Could not find UpdatePanel with ID

I have recently updated a project to DNN 6.0.1. I started with the 6.0.1 install and added my desktop modules from there. …

asp.net-ajax dotnetnuke
MVC 3 Ajax.ActionLink not working

I'm playing around with the some MvcMusicStore example based shop and having some problems with the MVC3 Ajax.ActionLink / Ajax.…

asp.net-mvc asp.net-mvc-3 asp.net-ajax unobtrusive-javascript actionlink
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