This topic is locked

AJAX Suggest Question

7/23/2008 10:29:46 AM
ASPRunnerPro General questions
M
mccreelake author

I have searched through the forum and not found a definitive answer to this, so I hope someone can help...
I need to turn off AJAX on the master detail pages, but leave it on for search. Is there a good way to do this?
Thanks,
McCree

J
Jane 7/24/2008

Hi,
to turn off Ajax on the list page open generated ..._list.asp file, find this line:

call ReportError



and add following code just after:

useAJAX = false