lunchbox88
Programmer
ASP.NET/VB.NET 2.0
I have a webform that has a gridview bound to a stored proc using the SQLDataSource. I need to set the visible property of records based on a value in the datasource. My initial thougt (when I thought it was bound to a dataset) was to do a select against the datatable, and bind to the result of that.
I'm trying to have to change as little of the existing code as possible. Any thoughts on the best way to accomplish this?
Thanks
I have a webform that has a gridview bound to a stored proc using the SQLDataSource. I need to set the visible property of records based on a value in the datasource. My initial thougt (when I thought it was bound to a dataset) was to do a select against the datatable, and bind to the result of that.
I'm trying to have to change as little of the existing code as possible. Any thoughts on the best way to accomplish this?
Thanks