Top "Pagemethods" questions

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

How to call page method with a parameter through in a javascript event?

I have method like this in my .cs : [System.Web.Services.WebMethod] public static void GetServiceInformation(IInfo x) //IInfo is …

javascript jquery asp.net ajax pagemethods
PageMethods not defined

I have a page with a MasterPage, in the master page, I have this: <ajaxToolkit:ToolkitScriptManager ID="scriptManager" runat="…

javascript asp.net ajax pagemethods
returning value from page method in asp.net

I have a page method which is doing some complicated validation on server side. I have a button to validate. …

c# javascript asp.net pagemethods
Set Session in PageMethod (asp.net)

I need to set a couple of Session vars by calling a PageMethod using jQuery. The client side js looks …

jquery asp.net session pagemethods
Using PageMethods with jQuery

Simply put I want to call public static methods decorated with WebMethod attribute inside my code-behind C# file from jquery.…

c# asp.net asp.net-ajax jquery pagemethods
calling vb pagemethod from ajax

Hi I have a simple aspx file with 2 text boxes and an ajax autocomplete extender attached to textbox2 <%@ Page …

asp.net ajax vb.net pagemethods ajax.net
pagemethods is undefined - i believe that everything should be ok

I am trying to use PageMethods to call a function from the server side, but I am getting an error …

javascript asp.net ajax vb.net pagemethods