I am constantly finding a good guide about how to write a web service using .NET with Visual Studio 2010 so I can utilize it with my HTML based website using AJAX.
I am trying to get my cascading comboboxes to work, but am getting a [Method error 500]. Any ideas? I\'ve searched online, the code should work....Thanks in advance for your help!
Below url is web service which I hosted: http://monocept.net/vlt/html/AutoComplete.asmx when I am invoking this service it calls web method GetCompleteList(). This method implementation is defined in
I have some basic questions related to the conversion of Web Service (.asmx) into WCF. We have a running website which use tons of Web Services. These web services use a common dll that has the busine
I\'m attempting to use an ASMX web service from javascript using jQuery. It works fine when I ask for XML, but I want to make use of .net\'s JSON serialization functionality; (it\'s also starting to b
I\'m trying to call a WebMethod (GetData()) for a control in a web page using javascript. <script type=\"text/javascript\">
Is there a way to upload a file from local filesystem to a folder in a开发者_如何学Go server using ASMX web services(no WCF, don\'t ask why:)?
Is it possible to use a custom WSDL with a .NET WebService? I would like to use a custom WSDL with my .NET W开发者_运维技巧ebService instead of the one generated by .NET as part of my WebService.Actua
I have an application service layer (which all return serializable viewmodels).Some of these app services need to be callable via AJAX by client code in the Web UI.I\'m currently wrapping them in ASMX
I am trying to call a webservice method from .aspx page thro\' javascript & i get this error, i do have [WebMethod] on the top of the c# method.