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
I am having issue with my pagemethod + url rewrite. When using regular URL: http://myweb.开发者_StackOverflowcom/mypages/abc.aspx
Currently, I\'m using AjaxPro Framework (http://www.ajaxpro.info/) to call any methods in my web application from the client side.
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
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?
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 (
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
I\'m trying to get the value of a dynamically created radiobuttonlist via javascript to call a pagemethod.
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
I have posted a similar question to this problem and could answer it myself, but the solution does not fully satisfy me.