Updating GridView with Database Changes

trims30

Member
Joined
Aug 7, 2007
Messages
17
Programming Experience
10+
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
 
Back
Top