| c# Programming Glossary: ajaxgetJQuery ajax call to httpget webmethod (c#) not working http://stackoverflow.com/questions/2651091/jquery-ajax-call-to-httpget-webmethod-c-not-working  Call script type text javascript var id li1234 function AjaxGet  .ajax  type GET  url webmethods.aspx AjaxGet  data 'id' ' id.. function AjaxGet  .ajax  type GET  url webmethods.aspx AjaxGet  data 'id' ' id '  contentType application json charset utf.. public static string AjaxGet string id return id Web.config webServices protocols  add name.. 
 |