how can i read dropdown value from an array .
i have this, but always get -1
if (!Page.IsPostBack)
DropDownList1.SelectedValue = (arr[5]).ToString();
how can i read dropdown value from an array .
i have this, but always get -1
if (!Page.IsPostBack)
DropDownList1.SelectedValue = (arr[5]).ToString();