Home
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
MS in Computer Science with paid training in USA company
Loading...
No comments:
Post a Comment