I am using asp.net 2003 and am using ajax in my application.currently
what am doing is that in my project i have another aspx page named ajaxEngine where all the server processes are done.After that i call a response.write() to send the xml file to my client side aspx page.

My doubt is that can't i use the code behind page of the same client side aspx page instead of another page like ajaxEngine