Page Methods are functions in the code-behind file for an ASP.
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 pagemethodsI 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 pagemethodsASP.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 pagemethodsI'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 pagemethodsI'm calling PageMethod "SameMethod" from javascript method "caller" so that I can get some values from DB. After I get …
javascript asp.net pagemethodsI 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 pagemethodsI have a very simple call to a PageMethod. When I step through my PageMethod in my .cs file, the …
c# asp.net pagemethodsI am trying to call code behind method from JS function using pagemethods but its not calling and its not …
c# javascript ajax code-behind pagemethodsI am performing a jQuery .ajax() call that returns a List<string> of IP addresses on a specified …
javascript jquery ajax internet-explorer-6 pagemethodsI 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