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.
sampath1750
Member
5 Points
55 Posts
How to implement treeview structure using jQuery in asp.net mvc3
Apr 03, 2012 11:31 AM|LINK
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,