D
David C
I have a FormView that has several columns from a database that need to pick
(using DropDownList) from a static set of values and text as shown below:
value="" text = ""
value="n/a" text="n/a"
value="0" text="No"
value="-1" text="Yes"
Should I use an ObjectDataSource for these or something else? I have not
used an ObjectDataSource yet, so it is new for me. Thanks.
David
(using DropDownList) from a static set of values and text as shown below:
value="" text = ""
value="n/a" text="n/a"
value="0" text="No"
value="-1" text="Yes"
Should I use an ObjectDataSource for these or something else? I have not
used an ObjectDataSource yet, so it is new for me. Thanks.
David