webmethod
Weird Asynchronous Javascript & WebMethod Behavior
I\'m calling a PageMethod in javascript. Like this: function DeleteBatchJS2() {$find(\'mdlPassword\').hide();[详细]
2023-03-20 06:09 分类:问答What exactly happens in .net when a webservice call parses a JSON object?
Suppose I write the following C# code to define a web method: public class Thing { public string X {get;set}[详细]
2023-03-19 19:27 分类:问答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 分类:问答Cannot reach web method with Flexigrid call from aspx page
I implemented the followig web method (file Notes.asmx): [WebMethod(EnableSession = true)] [ScriptMethod(ResponseFormat = ResponseFormat.Json)][详细]
2023-03-17 19:44 分类:问答How do I consume a WebMethod with jQuery that has parameters other than strings?
I have this client-side: $(document).ready(function() { var $checkboxes = $(\'[type=checkbox]\'); $checkboxes.click(function() {[详细]
2023-03-17 11:56 分类:问答Invalid web service call, missing value for parameter, but I'm including it in the call
I\'m totally puzzeled. I have a WebMethod that I want to call from javascript. Simple enough, with jQuery, I\'ve done this before. Yet this time, I get an error stating I didn\'t provide the argument[详细]
2023-03-16 02:03 分类:问答401 Unauthorized Webmethod only on the server
I am using jQuery to get some data from an API. The stream reader authenticates the calls to the api and gets the stream like this:[详细]
2023-03-15 02:12 分类:问答Invalid web service call, missing value for parameter
I have been looking at this for a while and can\'t see where the problem is. Any help is greatly appreciated.[详细]
2023-03-15 01:24 分类:问答JQuery Ajax web method link to test domain not working
I have a webmethod in my solution which is called using Jquery Ajax method. This works great in my development solution. BUt does not work when uploading to my test domain[详细]
2023-03-14 20:52 分类:问答Why ASP.NET webmethod returns 500 when query string parameters are passed
I have the following webmethod: [WebMethod(true)] [ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)][详细]
2023-03-14 08:41 分类:问答