I have Gridview Control bound to SqlDataSource control.
When I click Edit button I go out to another form to edit underlying Sql Database .
After saving changes to database how do I get Gridview to refresh and show latest change?
I've tried Gridview.DataBind() with no success.
Need assistance please.
Thanks.
Lee
When I click Edit button I go out to another form to edit underlying Sql Database .
After saving changes to database how do I get Gridview to refresh and show latest change?
I've tried Gridview.DataBind() with no success.
Need assistance please.
Thanks.
Lee