Refreshing a grid in asp.net 2.0
I'm working in Visual Studio 2005 on a ASP.Net Website and I have a grid with SQLadaptor on a aspx web form page and have setup an archive button in the grid. The button takes the row passes it to the button click routine and I execute a SQL parameterized stored procedure that modifies the data in the grid, removes a row. How do I get the page to refresh the data in the grid so it reflects the change?
Chris
|