1

How can I add optiongroup in asp:listitem.

Please give some example code.

Manoj Singh
  • 7,569
  • 34
  • 119
  • 198

2 Answers2

2

Here is a link to add optionGroup - Dropdownlist control with <optgroup>s for asp.net (webforms)?

Community
  • 1
  • 1
KV Prajapati
  • 93,659
  • 19
  • 148
  • 186
1

Amazingly it is not possible with the standard control, but you can roll your own that can or use someone elses such as the one you can find here:

http://www.codeproject.com/KB/custom-controls/DropDownListOptionGroup.aspx

Hope it helps.

Richard
  • 21,728
  • 13
  • 62
  • 101