C
Chip Switzer
This seems like it should be easy but I can't find it anywhere. How do I get
the value also in the following? This sets "Select One" for both Text and
Value and I would like the value to be "0" (as well as the index).
ddlFoo.Items.Insert(0, "Select One")
I think I could eventually get there in a few lines of code, but this should
be simple.
Chip
the value also in the following? This sets "Select One" for both Text and
Value and I would like the value to be "0" (as well as the index).
ddlFoo.Items.Insert(0, "Select One")
I think I could eventually get there in a few lines of code, but this should
be simple.
Chip