Evening all.
I have just been playing around with some code, I have a DataTable populated with some information I want to display to the screen.
This is a ASP.net 2.0 app so I decided to use the GridView and attached the dt as the datasource.
I now want to enable paging, sorting and editing all via the grid however it doesn't seem to work as I want (I can't just enable it).
I have tried to find some code online but nothing seems to relate to data tables.
Tried to create a object data source however I can't see how I can link the two together.
Could anyone point me in the right direction please.....
Cheers
Ben