Multiple views of single table
I have a GridView and a DetailsView of a single MS 2005 SQL table on a page. Each view has their own SQLDataSource. When I update a row of the table using the DetailsView, the GridView is not refreshed with the new data, even after several Page_Loads. How do I trigger a refresh of the Gridview?
Joe
|