0

I'm looking to dynamically control a set of drop downs so that they'll filter their items after another drop down's index has been changed.

I'm working in C#/ASP.net and it would be great if I could get the necessary data straight from Sql Server. I suppose I could generate an xml file whenever new data is uploaded to the server but that sounds like a pain.

Is there an obvious way to do what I need to do?

2 Answers 2

3

Check out the CascadingDropDown Control. It's part of the ASP.NET Ajax Control Toolkit.

Sign up to request clarification or add additional context in comments.

Comments

0

You can use onchange event of one drop down and on the event you can change the another dropdown contents using ajax

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.