webmethod
CacheDuration in WebMethod ignored
I try to cache a webmethod of a webservice. By following the documentation, I h开发者_如何学Pythonave tried to add the CacheDuration attribute, and made a test :[详细]
2023-04-03 14:57 分类:问答How to determine current user's authentication status via WebMethod
Is it possible to determine the current user\'s authentication status via a public WebMethod? Here\'s what I\'ve got so far:[详细]
2023-04-03 08:54 分类:问答Calling a Web Method from ASPX Code Behind
I\'m trying to figure out a way that I can call a Web Method (located as a public static method in the code behind of an aspx page) from another ASPX Code Behind page.[详细]
2023-04-02 17:39 分类:问答IHttpModule is not being called for my WebMethod
Ok, so I have an existing application to which I have added a custom HttpModule. I\'m regist开发者_运维百科ering two events in the Init() method (PreRequestHandlerExecute and PostRequestHandlerExecute[详细]
2023-04-02 16:25 分类:问答how to handle string return with jquery post
I\'m calling a webservice that returns a string, but I cannot figure a way how to handle the return string. This is the code that I\'m using now:[详细]
2023-04-02 13:04 分类:问答Call ASP.NET web service method from JavaScript
I have the web service: [WebMethod] public void SendMail(string _name, string _email, string _message) {[详细]
2023-04-01 15:55 分类:问答WebMethod not being called
I am passing a javascript variable containing a string to the server via j开发者_如何学Goquery.ajax.Although the \"success\" condition is called, the server-side WebMethod is never called.Client:[详细]
2023-04-01 08:05 分类:问答How to loop through POST variables sent to ASP.NET WebMethod from JQuery $.ajax method?
I have a checklist created with HTML buttons that toggle between \'selected\' and \'unselected\' classes on click. Each option has an ID related with it and also an optional comment input.[详细]
2023-04-01 05:06 分类:问答Show special chars like é in AutoComplete
How do I show special c开发者_运维百科hars like é in Ajax Control Toolkit\'s AutoComplete? They\'re showing as a white square in IE7 and a black diamond in FF4. I tried escaping them in the WebMethod[详细]
2023-03-30 03:25 分类:问答How to call a WebMethod from Asp.Net without using javascript
I have a bunch of[System.Web.Services.WebMethod] that I call with jquery to provide ajax functionality. Is there to call them from my codebehind files?[详细]
2023-03-29 12:04 分类:问答