I have a GridView that looks something like this:
Put the grid.Databind() inside if (!IsPostBack)
grid.Databind()
if (!IsPostBack)
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { grid.DataBind(); } }