for (int a = 0; a < DropDownList1.Items.Count; a++)
{
if (DropDownList1.Items[a].Text == dr[7].ToString())
{
//string _text = DropDownList1.Items[a].Text;
DropDownList1.Items[a].Selected = true;
}
}
{
if (DropDownList1.Items[a].Text == dr[7].ToString())
{
//string _text = DropDownList1.Items[a].Text;
DropDownList1.Items[a].Selected = true;
}
}