pagemethods
how to add a reference to the master page script manager, from the user control?
I have a ScriptManager which is added to my MasterPage; <telerik:RadScriptManager ID=\"RadScriptManager1\" runat=\"server\" EnablePageMethods=\"true\" />[详细]
2023-04-12 01:40 分类:问答Why instance of the page is created when PageMethod is called from client?
As PageMethods in ASP.NET need to be static methods and marked as web method, I was in a impression that instance of that particular page won\'t be created when a page method is called.[详细]
2023-03-25 16:33 分类:问答Javascript global array undefined when in OnSuccess function of PageMethod?
I have multiple user controls loading asynchronously on my page, using pagemethods.Some dropdownlists cause asynchronous callbacks of those usercontrols, and the user controls are reloaded with modifi[详细]
2023-03-24 03:04 分类:问答Any way to do a synchronous PageMethods call?
I\'m trying to do this: function DelBatch() {var userInfo = get_cookie(\"UserInfo\"); PageMetho开发者_JS百科ds.DeleteBatchJSWM(userInfo, function(result)[详细]
2023-03-20 16:02 分类:问答Weird Asynchronous Javascript & WebMethod Behavior
I\'m calling a PageMethod in javascript. Like this: function DeleteBatchJS2() {$find(\'mdlPassword\').hide();[详细]
2023-03-20 06:09 分类:问答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 String, ByVal Password As String) As Boolean[详细]
2023-03-19 14:11 分类:问答Can you use AJAX page methods to make non-static function calls?
Javascript: PageMethods.DragEventToEvent(event.text(), event.parent().paren开发者_如何学JAVAt().text(), cell.parent().text(),OnSucceeded, OnFailed);[详细]
2023-03-19 11:33 分类:问答how to secure page methods being called from JQuery?
I just have started ajax using jquery and static page behind methods. As jquery code is visible on client side, please 开发者_如何学JAVAguide how I can hide page url and its method name. I mean to a[详细]
2023-03-16 01:14 分类:问答The Application_PreRequestHandlerExecute event doesn't fire for PageMethods. What can I use instead?
This article explains that the PreRequestHandlerExecute event does not fire for PageMethod calls for whatever reason. However, I\'m trying to use that event to populate the Principal object with the u[详细]
2023-03-13 04:08 分类:问答calling a PageMethod with params object[] args from jQuery
Is there a way to call a Page Method in jQuery when the page method has a \"params\" argument type (in C#)?[详细]
2023-03-10 15:42 分类:问答