I need to create a treeview structure using jQuery in asp.net mvc3 applicatiopn.
Let me describe my scenario: I have two tables - States and Cities.
Cities has State_ID as foreign key. When I pass the StateId I need to show all the Citie under that States in a tree structure.
Can any help me on this? Thanks for all help in prior.
Thanks,
Sampath Bejugama.