Display one database record
I am developing an application to meet the needs of a user interface that was created for a prototype.
The system is for the entry and edit of information for products. Each product has 87 different piece of information associated with it. Some of the 87, my have multiple entries.
My question is, what is the best control to use to display one database record per tab? I have found a lot of information on using different controls to display multiple records, but nothing on displaying one one record.
I would like to read from the database and have the form populated with the database value for the first product. And then a button to add a product. The interface has been broken down into 8 different tabbed pages, now I am try to match the interface to the functionality.
Any suggestion would be more than welcome. Thanks
|