Vince Xu - MSFT:This sample is based on Ajax, rather than ASP.Net Ajax which is above ASP.Net.
Hi,
thanks for your reply .......
And ya.....i am agree with you that the sample is based on Ajax not asp.net ajax . But i just want to concentrate on xmlhttprequest object.
But i do not want to install ajax control kit.... ...i just want to see the capacity of the simple xmlhttprequest object.
Using xmlhttprequest we can send a asynchronous request to the server and get the return value with out a full postback.
Now the example from w3 schools demonestrate a simple application using xmlhttprequest . I also want to implement just the same application but as the destination page in the example is a asp/PHP page...i just want to use a aspx page over there,That's all my requirement.