AJAX and WEB SERVICE using ASP.net?

  • Thread starter Thread starter sukumar K
  • Start date Start date
S

sukumar K

Guest
I have a doubt about ajax and webservice hope you clear it. Is it necessary that ,When we Use an Ajaxified Page is it necessary to write all the methods calls and implementation of the methods in the webservice should be written in the Source Code,i.e HTML . If it is that case.. how can we write the methods returning a dataset and datatables in the javascript… for example I want a button click to call a method of webservice which is returning a dataset or table and I need to write a function for that in javascript .. is it possible..?
 
Back
Top