Top "Asp.net-ajax" questions

A set of extensions to ASP.

ASP .NET: Cannot call Page WebMethod using jQuery

I created a WebMethod in the code-behind file of my page as such: [System.Web.Services.WebMethod()] public static string …

jquery asp.net-ajax webmethod
ASP.NET webforms + ASP.NET Ajax versus ASP.NET MVC and Ajax framework freedom

If given the choice, which path would you take? ASP.NET Webforms + ASP.NET AJAX or ASP.NET MVC + JavaScript …

.net asp.net asp.net-mvc ajax asp.net-ajax
Pros and cons of MS Ajax vs. jQuery in an ASP.NET MVC app?

Now that RC1 is out I need to decide once and for all whether to use MS Ajax libraries or …

asp.net-mvc ajax asp.net-ajax
MVC Ajax.ActionLink doesn't find POST method

I have a POST method declared in my controller: [AcceptVerbs(HttpVerbs.Post)] public ActionResult UpdateComments(int id, string comments) { // ... } and …

c# asp.net-ajax asp.net-mvc-2 routing actionlink
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
Getting Exception Details from ASP.NET PageMethods on the Client SIde

I am having a pagemethod to which i give a call from my JavaScript say Pagemethods.MyMethod(MyParameter, onsucess, onfailure); …

web-services exception asp.net-ajax asmx pagemethods
Replace UpdatePanel with JQuery

I'm using UpdatePanel to asynchronously call a button click event in a page that calls a method in another class …

jquery ajax asp.net-ajax .net-2.0 updatepanel
jQuery Dialog-Postback but UpdatePanel doesn't get updated

i want to show a jQuery UI Dialog from Codebehind and need to refresh it after postbacks. The dialog is …

jquery .net asp.net asp.net-ajax updatepanel
Adsense in a ajax based application?

How do I add adsense or other ads in a asp.net ajax/ajax based application ? (ex. ra-ajax samples page) …

html ajax asp.net-ajax adsense
ASP.NET Validators inside an UpdatePanel

I'm using an older version of ASP.NET AJAX due to runtime limitations, Placing a ASP.NET Validator inside of …

asp.net asp.net-ajax updatepanel