setting the selected item of ddl or check box list

admin

Administrator
Staff member
how can i change depending on the value in my database the selected value of my dropdown list

i.e.
selected item is the value that corresponds to the value supplied from the databaseyourControl.Items.FindByText(Value).Selected = True
 
Top