qberta01
Programmer
- Nov 14, 2005
- 113
Hello...before I start posting lengthy code I thought I would ask if what I want to accomplish is even possible. Or maybe someone can suggest an easier route...even if it involves several ASP pages...I figure resolution may involve Javascript which is why I am posting here.....
I am working with classic ASP.I have a form in the page that presents a text box where the user will type in a value to be searched, i.e. a customer Name. Once the submit button it clicked some server-side code is executed to retrieve the customer data and I have another form in that same page that displays the searched for data (i.e. Customer's name and Status) with another submit button allowing for further action i.e. change customer status to inactive. When the submit button is clicked the database is once again updated. However, I would like the updated customer data to be visible to the user. Currently, it just shows the search text box and it's submit buttons....
Any help is greatly appreciated!
-Q
I am working with classic ASP.I have a form in the page that presents a text box where the user will type in a value to be searched, i.e. a customer Name. Once the submit button it clicked some server-side code is executed to retrieve the customer data and I have another form in that same page that displays the searched for data (i.e. Customer's name and Status) with another submit button allowing for further action i.e. change customer status to inactive. When the submit button is clicked the database is once again updated. However, I would like the updated customer data to be visible to the user. Currently, it just shows the search text box and it's submit buttons....
Any help is greatly appreciated!
-Q