I want to display ItemName according to selected ItemType stored in sql database.
example
t
- Apple
- Mango
- Orange
- Onion
- Ginger
- Radish
- Vodka
- Pepsi
- Coco-cola
here ItemType are in bullet which contain ItemName are in number formate and I want to display the ItemName in combo-box according to selected ItemType from combo-box.Llike if user click Fruits in cboItemType then apple,mango,orange should be loaded cboItemType from database. Please help. . .