AJAX for asp.net cross-page postbacks, added bonus
posted on 7 January 2010
Serving AJAX responses to form submissions - appending ?mode=ajax to all query calls - use mod_rewrite to make seamless;
RewriteRule ^(.*)\.(json)$ $1?ajaxmode=true[L]
BasePage should pick up the logic for this, Interface to force good response - will investigate this idea further in practice
chris.