Search Results

1
vote
1answer
586 views

How to convert a DataTable/DataSet into a ObjectDataSource

I have a GridView that's tied to an ObjectDataSource. I have a method that returns a DataTable. How do I feed the DataTable to the ObjectDataSource so that the GridView is updated in code? …