hello friend i like to make program in which user can selecte product and they can choose on e or more product by clicking add button now i want to save this firstly temporary all selected product when they click on add button and when user click on submit it should be inserted in databse
durgesh1 0 Newbie Poster
Recommended Answers
Jump to PostIf that is a web application, store the data in hidden input fields which you can spawn via Jscript. However, the same priniciple can be applied in a JFrame extending application (just to go frame.setVisible(true);).
Hope this helps.
All 3 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Seldar 9 Newbie Poster
StephenHero 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.