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 values, control is continuing in \"onSuccess\" method. Problem is that I nee[详细]
2023-01-30 06:03 分类:问答PageMethod and URl Rewrite
I am having issue with my pagemethod + url rewrite. When using regular URL: http://myweb.开发者_StackOverflowcom/mypages/abc.aspx[详细]
2023-01-28 06:26 分类:问答Framework Similar to ASP.Net AjaxPro
Currently, I\'m using AjaxPro Framework (http://www.ajaxpro.info/) to call any methods in my web application from the client side.[详细]
2023-01-19 01:56 分类:问答Get User Spent Time onunload In Asp.Net and javascript
I need to get the time every user spent on the page and insert that information to database. When the page loads I assign a start time to a javascript value. on body\'s onunload function I calculate[详细]
2023-01-10 18:59 分类:问答Page method multiple callbacks
I\'m calling a page method on mouse over of an image slider to show an image from a database. The problem is I\'m getting multiple callbacks. Does anyone know how to resolve this issue?[详细]
2023-01-10 04:36 分类:问答ASP.NET 4.0 - Calling a server-side method from a client side method - PageMethods
I\'m trying to access a server side method from a client side one (that is just calling a server method from javascript). I\'m using .NET 4.0 Visual Studio 2010 Ultimate. I\'m building a web control ([详细]
2023-01-08 18:02 分类:问答PageMethods and page controls reference
I\'m using pagemethods to call a method from javascript, is there a way to access the page\'s controls from the method in codebehind (marked as static)? The problem is that the pagemethod nedds to loa[详细]
2023-01-07 08:24 分类:问答get value of dynamiclly created radiobuttonlist
I\'m trying to get the value of a dynamically created radiobuttonlist via javascript to call a pagemethod.[详细]
2022-12-31 04:57 分类:问答AJAX call works on local machine, not on host
What could potentially stop an AJAX call from working on the host server, when it works fine on the local host? I tried returning an error from the AJAX call, but all I get is \'undefined\'. I don\'t[详细]
2022-12-28 01:56 分类:问答How to get the result of jQuery PageMethods function
I have posted a similar question to this problem and could answer it myself, but the solution does not fully satisfy me.[详细]
2022-12-27 23:22 分类:问答