Top "Pagemethods" questions

Page Methods are functions in the code-behind file for an ASP.

Access ASP.NET control from static [WebMethod] (JS ajax call)

I have a ASP.NET WebSite and a custom control (lets call it myControl) on it. I need to call …

c# asp.net ajax user-controls pagemethods
request.querystring not found in static method

I have static method in which I want to extract querystring value of the request. But it gives me null …

c# asp.net static-methods webmethod pagemethods
ASP.NET Best way to retain label.text value between postback with PageMethods

ASP.NET 2.0, PageMethods. Good day, I'm using ASP.NET AJAX PageMethods to dynamically change the text of a Label when …

asp.net ajax viewstate pagemethods
Any way to do a synchronous PageMethods call?

I'm trying to do this: function DelBatch() {var userInfo = get_cookie("UserInfo"); PageMethods.DeleteBatchJSWM(userInfo, function(result) {window.location = "BatchOperations.…

javascript asp.net vb.net asynchronous pagemethods
How can we pass multiple parameters to onSuccess method of PageMethod?

I'm calling PageMethod "SameMethod" from javascript method "caller" so that I can get some values from DB. After I get …

javascript asp.net pagemethods
ASP.NET page methods vs web service

I am building a dynamic partial load asp.net page, I would like to use jQuery to call page methods …

asp.net jquery ajax web-services pagemethods
PageMethods returning undefined result?

I have a very simple call to a PageMethod. When I step through my PageMethod in my .cs file, the …

c# asp.net pagemethods
PAGEMETHODS is not working from JS function

I am trying to call code behind method from JS function using pagemethods but its not calling and its not …

c# javascript ajax code-behind pagemethods
jQuery Ajax call very slow in IE, but instant in Firefox

I am performing a jQuery .ajax() call that returns a List<string> of IP addresses on a specified …

javascript jquery ajax internet-explorer-6 pagemethods
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