Form Post
Form Post
Sorry for the basic questions but I am brand new to jQuery and could really use some help.
1). Once my form posts, all the information stays in the post. How do I get it to blank. Is this where I set cache to false or is that something else?
2). I am using classic ASP and once I do my insert to sql server I retrieve the new record's ID, how do I get that returned back as part of the post?
Some background: I am trying to submit a form, pull the id, and then requery all records for a user and display them in a div below the blank form without recycling the page. Any help you all can provide would be extremely helpful. Classic ASP/jQuery examples are hard to come by.
Thanks!!!