What's the difference between web services and calling code-behind with ajax?

7331

New Member
Is there any difference in using one over the other?Should I be retrieving data from a database using web services? Or is it better to call methods from code-behind (or somewhere similar) with ajax to retrieve data?
 
Top