SyntaxFix
Write A Post
Hire A Developer
Questions
All you have to do is In your bLoanButton_Click , add a line to rebind the Grid to the SqlDataSource :
protected void bLoanButton_Click(object sender, EventArgs e) { //your same code ........ GridView1.DataBind(); }
regards