protected void Clear_Click(object sender, EventArgs e) { Rating.ClearSelection();//a method which reset a list (CheckBoxList) ISBN.Text = ""; CollectionList.SelectedIndex = 0; Membership.ClearSelection(); }