I have a GridView that looks something like this:
If your code is like this:
protected void Page_Load(object sender, EventArgs e) { BindGrid(dgv); if (!IsPostBack) { } }
Put BindGrid() inside the !isPostBack block
BindGrid()
!isPostBack