Adding List Item Value

  • Thread starter Thread starter jason
  • Start date Start date
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.
 
thanks!
-----Original Message-----
Listbox1.Items.Insert(0,New ListItem("Text","Value"))

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU





.
 

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

Back
Top