int a=Convert.ToInt32(DropDownList1.SelectedItem.Value);
int b=Convert.ToInt32(DropDownList2.SelectedItem.Value);
int c=Convert.ToInt32(DropDownList1.SelectedItem.Value);
int d=Convert.ToInt32(DropDownList1.SelectedItem.Value);--->string a=Convert.ToString(DropDownList1.SelectedItem.Value);
string b=Convert.ToString(DropDownList2.SelectedItem.Value);
string c=Convert.ToString(DropDownList1.SelectedItem.Value);
string d=Convert.ToString(DropDownList1.SelectedItem.Value);