Answers

Question and Answer:

  Home  ADO.NET 2.0

⟩ Explain How to bind the controls(best practice) comboboxes to the data in the dataset?

DropDownList1.DataSource=Myds;

DropDownList1.DataTextField = "FieldName";

DropDownList1.DataValueField = "FieldName";

 232 views

More Questions for you: