P
Paul
I have a gridview control with a template column that has a dropdown list.
I am trying to set the selected value with the code below but it does not
seem to work. It runs ok, no error but the value "minor" is not showing up
as selected, any ideas, thanks.
(e.Row.Cells[3].FindControl("drdnSeveritygv") as DropDownList).SelectedValue
= "minor";
I am trying to set the selected value with the code below but it does not
seem to work. It runs ok, no error but the value "minor" is not showing up
as selected, any ideas, thanks.
(e.Row.Cells[3].FindControl("drdnSeveritygv") as DropDownList).SelectedValue
= "minor";