0

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.?

Neal
  • 537
  • 2
  • 12
  • 23

1 Answers1

1

Neal, There are various codes available like this. Just do googling. Try with link

Ketan Bhavsar
  • 5,338
  • 9
  • 38
  • 69