¡@

Home 

2014/10/16 ¤W¤È 12:02:38

jquery Programming Glossary: console.writeline

Call web service from jQuery

http://stackoverflow.com/questions/11048507/call-web-service-from-jquery

smb new ServiceMetadataBehavior smb.HttpGetEnabled true localHost.Description.Behaviors.Add smb localHost.Open Console.WriteLine Service initialized. Console.WriteLine Press the ENTER key to terminate service. Console.ReadLine localHost.Close catch.. true localHost.Description.Behaviors.Add smb localHost.Open Console.WriteLine Service initialized. Console.WriteLine Press the ENTER key to terminate service. Console.ReadLine localHost.Close catch CommunicationException ex Console.WriteLine.. Press the ENTER key to terminate service. Console.ReadLine localHost.Close catch CommunicationException ex Console.WriteLine Oops Exception 0 ex.Message localHost.Abort How would I be able to simply call the Output web service Thanks c# jquery..

Problem reading webservice with jquery?

http://stackoverflow.com/questions/2943964/problem-reading-webservice-with-jquery

class CompanyServices System.Web.Services.WebService WebMethod public string GetCompanyInfo string response aaa Console.WriteLine here return response.ToString WebMethod public string GetCompanyInfo string id string response aaa Console.WriteLine here2.. Console.WriteLine here return response.ToString WebMethod public string GetCompanyInfo string id string response aaa Console.WriteLine here2 id return response.ToString My aspx file part of head and my button code script src .. .. Scripts InnerFunctions.js.. this WebMethod ScriptMethod ResponseFormat ResponseFormat.Json To make it JSON public string GetCompanyInfo string id Console.WriteLine here2 id return aaa never call ToString on a string... And your client side JS success function should access the data..