G
Google User
Hello Everybody,
I am a new bie in ASP.NET. I am populating a listbox control using a
datareader. I set the Value field and text field in the properties
dialog box. I would like to store some other properties with respect
to each item in the list from the data reader. For example my select
statement contains col1, col2, col3 from tableA. I assigned "col1" as
my value field and "col2" as my text field. I would also like to
assign "col3" value to the listitem. Is there any other property in
the listbox where I can assign this value and retrive it after
submitting the form. I remember doing similar thing in VC++ which was
atleast 6 years before. Thanks in advance.
I am a new bie in ASP.NET. I am populating a listbox control using a
datareader. I set the Value field and text field in the properties
dialog box. I would like to store some other properties with respect
to each item in the list from the data reader. For example my select
statement contains col1, col2, col3 from tableA. I assigned "col1" as
my value field and "col2" as my text field. I would also like to
assign "col3" value to the listitem. Is there any other property in
the listbox where I can assign this value and retrive it after
submitting the form. I remember doing similar thing in VC++ which was
atleast 6 years before. Thanks in advance.