I have a ASMX web service, which has the ability to return a string containing HTML code.
Is is possible using JQuery to make a call to this service, get the string response (HTML code), and then using JQuery update the page making the call within a DIV on my page ?
The call to the web service would be made when the page loads.