TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
davidfahy
NA
4
0
Asp (C#) Listbox Group Items
Feb 24 2010 4:43 AM
Hi,
Is there a way to group items in an <asp:listbox>, the same way as with traditional html select menus.
In traditional html form controls it looks like this:
<select name="Example" id="Example" multiple>
<optgroup label="Group1">
<option value="Value1"></option>
<option value="Value2"></option>
<option value="Value3"></option>
</optgroup>
<optgroup label="Group2">
<option value="Value1"></option>
<option value="Value2"></option>
<option value="Value3"></option>
</optgroup>
</select>
Any help is greatly appreciated.
Reply
Answers (
1
)
Simply import whats in your datagridview to ms access 2007
want to change browers default home page on button click in asp.net