I have a dataset that has three columns in it, "id", "firstname", "lastname". How can I bind all three columns to a dropdownlist. I know in like vb6 it would pretty much do it automatically for you and put a line in between each column of the ddl. Any suggestions?
{
this.DropDownList1.Items.A
}