Top "Asp.net-ajax" questions

A set of extensions to ASP.

Are MicrosoftAjax.js, MicrosoftMvcAjax.js and MicrosoftMvcValidation.js obsolete as of ASP.NET MVC 3?

Are MicrosoftAjax.js, MicrosoftMvcAjax.js and MicrosoftMvcValidation.js obsolete as of ASP.NET MVC 3? I haven't been able to find …

javascript ajax asp.net-mvc-3 asp.net-ajax
Sys.Application.add_load() vs. $(document).ready() vs. pageLoad()

I have page that has some javascript that needs to run at page load. Said javascript needs to locate the …

asp.net-ajax
ASP.NET - UpdatePanel and JavaScript

Is there a way to execute script when an UpdatePanel process is finished. I have a page that allows "inserting", "…

asp.net asp.net-ajax updatepanel
How to avoid "Response.Redirect cannot be called in a Page callback"

I'm cleaning up some legacy framework code and a huge amount of it is simply coding by exception. No values …

c# asp.net asp.net-ajax exception-handling response.redirect
Make postback when the OkButton in a ModalPopup is clicked in ASP.NET AJAX

I follow the example in Atlas: Creating a Confirmation Using the ModalPopup Extender to make a postback when the OkButton …

asp.net-ajax postback ajaxcontroltoolkit modalpopupextender
Ajax Pagination in PagedList.MVC using partial Page

PagedList.Mvc is working fine if I do not use partial page but when I use partial page with ajax …

asp.net-mvc pagination asp.net-ajax pagedlist
One Update Panel vs. Multiple Update Panels

I have an ASP.NET web page that displays a variety of fields that need to be updated best on …

asp.net asp.net-ajax webforms
How to change returned ContentType in ASP.NET MVC controller (ActionResult)

I have ASP.NET MVC controller named dictionary with method ControlsLangJsFile. Method returns view of users control (ASCX) which contain …

asp.net asp.net-mvc asp.net-mvc-2 asp.net-ajax
Why is my CalendarExtender getting overlapped when rendered?

I'm working on a .NET web application and I'm using a CalendarExtender control within it to have the user specify …

asp.net-ajax calendarextender
Message: Invalid JSON primitive: ajax jquery method with Webmethod

I am using Data value as object literal, instead of concatenating a String as explained in this answer My code …

c# jquery asp.net asp.net-ajax