Originally posted by Eric Pascarello:
If anyone else has good uses for Ajax please share them.
Eric
Thanks for the update Eric.
One use i found using Ajax is
1. I have a case were user request for a new "3 char code" for a given business entity. BEFORE we used to submit that code request to the server-side, check against database(54,000rows) and respond by saying "available or not" on a new screen. NOW we say "available or not" by simply calling the Ajax script on OnChange event of the input field. The same screen will show whether the code is available or not with innerHTML option. This saves both server and user time, most of all its looks elegant. :-)
Regds
Balaji