Associate
- Joined
- 26 Aug 2011
- Posts
- 202
I have a database table with about 20 columns and need 3 of them to be editable. I've stuck it all in a Gridview (.NET) and it kind of works but is a bit of a chore both to use and in terms of maintenance. The sheer amount of code I've had to write just to get the thing looking ok & to be able to manipulate the data is staggering. I still haven't implemented anything to filter the data.
Is there a framework I can plug into a .net page to handle data for me? Surely there's little point re-inventing the wheel? Gridview seems quite limited.
Apparently the users will require visibility of ALL columns for some reason. What's a good way to display this so you're not constantly horizontally scrolling?
Thanks
Is there a framework I can plug into a .net page to handle data for me? Surely there's little point re-inventing the wheel? Gridview seems quite limited.
Apparently the users will require visibility of ALL columns for some reason. What's a good way to display this so you're not constantly horizontally scrolling?
Thanks