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
Brett Brown
NA
1
0
Howto insert first row in dropdown list before databind()
Mar 29 2004 4:35 PM
Want to be able to have the first value in a dropdown list display "(select one)". I am doing this currently before my databind: ListItem li = new ListItem(); li.Value = ""; li.Text = "(select one)"; dropdownlist.Items.Add(li); When the databind is called: dropdownlist.databind(); My first row is overwritten or lost. How could I keep "(select one)" and still do a databind? brett
Reply
Answers (
0
)
Help with Update and Merge
Data Access for a "mdb" file using a web form