I'm quite a novice on web development as is, and have only
recently worked
with an AJAX enabled site for the first time. I'm using a
third party ajax
control to do all the work, but I am quite curious as to how
the content of
the ajax response is obtained, and I was hoping I may find
an explanation
here.
Let's say I have a page that I ajaxify. I wire up some
client events on my
ajax initiator controls, implement some script to do the
callback, and slide
my response back into the client DOM. Now, without using
another page to
process ajax requests, only the one page I am working with,
how do I make
that page only return the ajax response and not the whole
page? Do I use my
ajax server control to manipulate the Response at some point
in the page
life cycle, and how would I do this?
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|