Hi/P>
In this post I will show you how to use the incremental Page fetch using the Asp.Net Ajax. This is very important if you want the user to e shown some part of the page and then to populate the other part of the page subsequently. With the help of the Asp.Net Ajax this is very easy./P>
First we need to create a web service that will return the Html that will be displayed. For this Example I have taken a web service that returns a string that will be displayed in the div. Here we must remember to put the System.Web.Script.Services.ScriptService() with the class since the webservice will be accesed by the javascript proxy./P>
Now we need to write some javascript code in the page were the data will be fetched after the page load and displayed. /P>
We will code for the page load function of the page. In the page load event we will call our web service /SPAN>and fetch the string. And then