Hi pnp,
I read Ignacio's answer on this. It seems that you hould be more clear what
thype of list box you are talking about. Is it WindowsForms list box ot
WebControl. Because with windows forms list box you can store what ever type
of object you want. What you see in the list box is what object's ToString()
method returns
--
Stoitcho Goutsev (100) [C# MVP]
pnp said:
to store other items that just strings?
Thanks
Peter