Thursday, October 17, 2013

How to refresh Gridview after pressed a button in asp.net ?


after updating data you may need to refresh the grid to see the new data ----------------solution ------------------------

 protected void UpdateButton_Click(object sender, EventArgs e) { //your same code ........ GridView1.DataBind(); }

No comments:

MS in Computer Science with paid training in USA company