protected void Page_Load(object sender, EventArgs e) { if (!this.Page.IsPostBack) { this.GridView1.SelectedIndex = -1; } }