How can I add optiongroup in asp:listitem.
Please give some example code.
How can I add optiongroup in asp:listitem.
Please give some example code.
Here is a link to add optionGroup - Dropdownlist control with <optgroup>s for asp.net (webforms)?
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.