Click here to Skip to main content
15,887,242 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I made a search on this but there is not much I could find.
Hope someone overcame the similar problem.

I have got a Parent Drop Drop Down list and two other drop down lists that are children.

When I make a change on the parent, only one of them gets populated (IE). The other one gives Method Error-500.

The children are not sub-categories of each other and independent.

Can this be achieved using Ajax Cascading drop down list or shall I look for other solutions?

Edit: Please do not send links that are not related to this problem.
I know how cascading drop down lists work when there's 1-to-1 relationship between parent and child and when there is many-to-one relationship between Parents and child.

The problem is
There is one Parent and Two "independent" children.
Can this be done?
Posted
Updated 27-Aug-13 3:37am
v2

hi you can user separate pages for category,subcategories, section and if you want to use this then refer this links

http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/cascadingdropdown/using-cascadingdropdown-with-a-database-cs[^]


Cascading (Country,City)drop down list in asp.net[^]


regards...:)
 
Share this answer
 
 
Share this answer
 
Comments
Member 8566049 27-Aug-13 9:38am    
The links that you provided are not related to this problem.
The problem is
There is one Parent and Two "independent" children.
Can this be done?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900