Adding List Item Value

J

jason

I know I have seen this somewhere but I can't seem to
find it. I would like to add the list item value along
with my list item text. So far I have this:

Listbox1.Items.Insert("0", "All")

How do I add a value for "All"?

Thanks.
 
B

Brock Allen

Dim item as new ListItem("All", "Some Value")
ListBox1.Items.Insert(0, item)

Note the Insert takes an integer not a string as the first parameter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top