pagemethods
asp.net pagemethod call, using jquery, returns error status 500
I haven\'t been able to find any good solutions to this issue, so I need som help. I have a PageMethod that I need to call with jquery. The client code looks like this:[详细]
2023-02-16 23:25 分类:问答Caching with Sliding Expiration in ASP.NET Page Methods
I know that when declaring a page method in ASP.NET, I can specify a CacheDuration like so: [WebMethod(CacheDuration=60)][详细]
2023-02-14 20:36 分类:问答Load a javascript function while page loads
Hi I want to run a javascript function when the page loads. But as my page derives from the master page there is no form . The is my aspx file[详细]
2023-02-12 09:00 分类:问答Webmethod with EnableSession=true attribute
I have a ASP.NET 3.5 web application in which I have used many PageMethods. WebMethod(EnableSession = true), does this attribute h开发者_JAVA百科amper the performance of the application?Probably no. T[详细]
2023-02-09 03:32 分类:问答How can I increase the timeout for an ASP.NET Ajax PageMethod?
I have an ASP.NET page with several static methods decorated with [WebMethod] in the code-beside, which in turn are called from javascript using PageMethods.MyMethodName(myParameter, myOnCompleteHandl[详细]
2023-02-07 15:48 分类:问答Call to PageMethod blocks until complete; prevents client or server-side redirect
I\'m calling a static Page method via javascript that takes between 5s and 10 min. I\'d like to give my user the choice to either continue waiting for the request to complete or not, and use window.se[详细]
2023-02-06 06:26 分类:问答communicate with database using jQuery AJAX and ASP.NET
I have been reading this article: Many ways to communicate with your database using jQuery AJAX and ASP.NET[详细]
2023-02-04 13:25 分类:问答JavaScript PageMethods call loosing HttpContext.Current State
I am in a bit tricky situation. I am using JavaScript\'s PageMethod functionality where I am invoking a PageMethod which works like a gem. However I am having an issue in accessing the HttpContext\'s[详细]
2023-02-01 22:28 分类:问答What happens to orphaned/killed async AJAX WebMethod or PageMethod calls?
What happens behind the scene开发者_开发知识库s if I make an AJAX PageMethod or WebMethod call from, say, \"Default.aspx\" and then I quickly navigate away to a different page, say, \"Settings.aspx\"[详细]
2023-02-01 04:38 分类:问答Logging JQuery script errors to ASP.NET server via PageMethods & AJAX Calls
I\'m working 开发者_如何学Pythonon a website that uses JQuery on the client and ASP.NET/C# and PageMethods on the server.[详细]
2023-02-01 04:19 分类:问答