Hi all.. my application is in Classic ASP and I am trying to work with AJAX for the following requirement:
I have a form which has a drop down list populated by values from database and also I can hide unhide the drop down depending on the check box selected.
now I want to add a link above the drop down which should open a form to add new entry in the database and it should be updated in the drop down box without the page refresh or reload?
Can I do this using AJAX? Any suggestion or help advise is appreciated..