Top "Pagemethods" questions

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

Call ASP.NET PageMethod/WebMethod with jQuery - returns whole page

jQuery 1.3.2, ASP.NET 2.0. Making an AJAX call to a PageMethod (WebMethod) returns the full/whole page instead of just the …

asp.net jquery web-services asmx pagemethods
PageMethods is not Defined in ASPX Page

I'm looking at some old code that I can only assume worked at one time. MyPage.aspx: function GetCompanyList(officeId) { …

javascript asp.net ajax pagemethods
How to access page controls inside a static web method?

I have called a Code behind method using jQuery using a static WebMethod method. That web method call was success …

c# asp.net static pagemethods
Pagemethods in asp.net

My Pagemethod implementation is not working in Chrome browser. I have ASP.NET 3.5 web application developed in VS 2008. The code …

asp.net asp.net-ajax pagemethods
WebMethod vs ScriptMethod

I have a .NET 3.5 aspx place with a method marked with the [WebMethod] attribute. I'm calling this with jQuery, sending …

asp.net web-services pagemethods
Unknown web method. Parameter name: methodName

In researching this problem most SO issues were about the static method as a fix. Since it's not working with …

c# asp.net ajax pagemethods
calling an ascx page method using jquery

I know that I can call a page method with jquery using the following syntax $.ajax({ type: "POST", url: "Default.…

asp.net jquery web-services asmx pagemethods
PageMethods is not defined

I am setting up PageMethods to access server side code using javascript. I am receiving the error "PageMethods is not …

.net asp.net ajax master-pages pagemethods
Calling asp.net page method from javascript not working

Hi I am calling a simple page method from javascript , here is my code at markup function OnCallSumComplete(result, userContext, …

c# javascript asp.net pagemethods
Calling VB.NET WebMethod Function from Javascript

I have a VB.NET function which looks like this: <WebMethod()> _ Public Shared Function AuthenticateUser(ByVal UserInfo As …

javascript asp.net vb.net pagemethods webmethod