R
RSH
Hi,
I have a situation where I need to add several "Hidden" properties to list
items in a dropdownlist. By default the DropDownList item has two
properties with regards to the listitems collection, Text and Value. I need
to add a DivisionID, and DepartmentID.
I assumed i could simply override the ListItem class and add the additional
properties. is this in fact the case? If so what would the code look like?
Thanks in advance for any information you can provide.
Ron
I have a situation where I need to add several "Hidden" properties to list
items in a dropdownlist. By default the DropDownList item has two
properties with regards to the listitems collection, Text and Value. I need
to add a DivisionID, and DepartmentID.
I assumed i could simply override the ListItem class and add the additional
properties. is this in fact the case? If so what would the code look like?
Thanks in advance for any information you can provide.
Ron