Hi friends
I need your help.I am using two list box in my application. when i select one list box value corresponding values only listed in tha another list box without page refresh. Two listbox values are stored in database.
if i select the one listbox values get the vlaue id and pass the id , get the related values and list the another list box. But now page can refersh and store the another list box.
I need page not refresh and stored the values .
Please send me any idea
Thanks
Prabu

A couple of options here. You can use a pure javascript solution that stores all of the data in JS arrays and builds the selects dynamically, or you can use AJAX so that the page submit from the first selection is carried out, but on the client side so no page refresh is required.

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.