Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a form which has 7 check box each for a day.

in another row i have dropdown for day

i want to display the days in dropdown in such a way that whichever day i chose in the check box is not displayed in the dropdownlist.
Posted
Updated 1-Sep-14 23:06pm
v2
Comments
Nelek 2-Sep-14 5:06am    
Perfect, go ahead and have fun coding.

Since you didn't ask any question, it is difficult to give you a better answer.

I strongly recommend you to read:
How to ask a question[^] and What have you tried?[^]
Thanks7872 2-Sep-14 5:33am    
And we are suppose to guess the platform you are working on?

1 solution

If you're using ASP.NET, You can try using AJAX Extender called CascadingDropDown that calls a web method to return List<t> values that can be displayed in DropDownList with ParentControlID property set to ID of that CheckBox.
 
Share this answer
 

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