Hi,
I have three Listbox on my jsp page.
I want to do following:
ByDefault first list will be filled by database, When User select something from 1st list box second will fill accordingly by database using Ajax.
When user select something from 2nd list third will get data.
Please help in this how to do this.....I don't want to refresh whole page
Regards,
I have three Listbox on my jsp page.
I want to do following:
ByDefault first list will be filled by database, When User select something from 1st list box second will fill accordingly by database using Ajax.
When user select something from 2nd list third will get data.
Please help in this how to do this.....I don't want to refresh whole page
Regards,
Comment