hi all,
I am new to C#.I am doing a project on C#. In my project I am using two combobox. In first i am giving the options. Depending upon the first combobox options (i.e which item i am selecting) , the second combox should show its options relating to first combo box item.
ex: in first combo box if i give options like Days, Months
If i select option Days in first combobox ,the second should show Mon, tue...
If i select option Months in first, the second should show Jan , Feb....
how can i solve this problem......