is it a feasible approach using asp?
is it possible that i have a combobox on the asp page and when i select an option in it, this opens another form that is retrieving some product information from the database and then accepts some user input.
when i click to the submit button in the 2nd form, the 2nd form gets closed and i can retrieve those values back in the 1st form so that i can display what information user entered.
also if i click back to the same choice in the combo-box i should be able to open the 2nd form with the retained values that user had entered previously...
this is the flow i want in a nutshell:
1. Form A has a combo-box
2. i select an option in combo-box==>this opens Form B.
3. form B is 1st displaying some data(Server unix, laptop, etc from the DB and gets some user inputs. User enters values as in say the user wants 5 laptop of fmaily XXX .
4. when i click to submit button in Form B i come back to the FOrm A with the information user entered ... i want to display back in the Form A how many laptops he selected of XXX family
5. when i am back on Form A then and i click to the same option in the combo-box and i want to retrieve back that i entered quantity "5" for LAptop and for family XXX
is this feasible approan using ASP..
pls suggest and provide feedback.
|