HI all my code is this
dr["AcademicYear"] = ddlAcademic.SelectedItem.Text.ToString();
where datatype of : AcademicYear=varchar(50);
ddlAcademic.SelectedItem.Text.ToString(); ="2008-09"
and m getting following exception
Cannot perform '=' operation on System.String and System.Int32