M
Mike J.
I want to know if it's possible to dynamically change the query,
SelectCommand, of a SqlDataSource and then re-execute the query. Then reload
the GridView with different data.
My situation is a page needs two links above a GridView. One link to export
the current location's data (already in the GridView) and the second link to
export the data from all locations (requiring a new query and refresh of the
GridView).
Is this possible in VB.NET/ASP.NET? It already is being done using another
programing application, but we required to stop using the other one soon.
Thanks!
SelectCommand, of a SqlDataSource and then re-execute the query. Then reload
the GridView with different data.
My situation is a page needs two links above a GridView. One link to export
the current location's data (already in the GridView) and the second link to
export the data from all locations (requiring a new query and refresh of the
GridView).
Is this possible in VB.NET/ASP.NET? It already is being done using another
programing application, but we required to stop using the other one soon.
Thanks!