Reputation: 527
I have two fields in a webpage. Both are composite primary keys. Out of that when I select one field (eg. out of a list of countries I select - India), the second field should display all the values corresponding to the previous field (eg. after selecting India I should get all the states in another drop-down menu).
I'm implementing this using JSP and Ajax.
Can someone please help me with this or send me the code snippets.?
Upvotes: 0
Views: 1174
Reputation: 5396
Neal, There are various codes available like this. Just do googling. Try with link
Upvotes: 1