how to deal with numerous fields
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i have data table contains more than 90 column and i want easy and effective way to make the user easly handle it (read & write) welcome for any suggestions regards
Try to divide this table into sub-tables and establish relations between them (follow Normalization process). After this you may use any grid control to show tables with parent child relationship. This will be showing data in hierarchical representation, and make it very easy for users to look at it and modify it. -Ajay.
------------------------- www.componentone.com -------------------------