Is there a way in ASP.net to fetch data from database using Jquery Ajax Method. I know that i can easily access the data by creating a webservice and get it from there using Ajax.
What I want to know is that how can I get the data from simple class methods which accesses the database rather than creating a webservice.
Is there a way in ASP.net to fetch data from database using Jquery Ajax
Share
One way can be is to write a HTTPHandler and call that handler using Jquery to retrieve the data.