Posted By:
Anonymous
Posted On:
Sunday, March 4, 2007 10:00 AM
Hi Ranadhir,
AJAX is just another way to submit the data with out
actually submitting the page. So, there will be no difference
to the server whether it is an AJAX request or a page submit
request. So, you cannot find the triggering event.
One way you can do this is to send a flag with your AJAX
request which says whether it is a normal request due to page
submit or an AJAX call.
I think this is what you wanted...