|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
best solutionI'm wondering what the best solution is for the following: I have a table with data and I need to show it to the user. But I want to show it in a sorted way like: Customername Site number Artikelnumber | Serial number | description Artikelnumber | Serial number | description Site number Artikelnumber | Serial number | description Artikelnumber | Serial number | description Site number Artikelnumber | Serial number | description Artikelnumber | Serial number | description Customername Site number Artikelnumber | Serial number | description Artikelnumber | Serial number | description Site number Artikelnumber | Serial number | description Artikelnumber | Serial number | description Site number Artikelnumber | Serial number | description Artikelnumber | Serial number | description How can I do this if at all possible? rg, Eric Assuming it is for Windows Forms, you can use the DataGrid (you have to add
that to your toolbox, but it is still in Framework 4). That allows you to add a dataset with related tables, which will (somehow) be displayed like you show. Be aware it has not the nicest view, for that you need a 3th party DataGrid Cor Show quoteHide quote "Eric" <E***@discussions.microsoft.com> wrote in message news:03F5BFCC-AB91-412F-89FC-608A7E4E99E7@microsoft.com... > Hi, > > I'm wondering what the best solution is for the following: > I have a table with data and I need to show it to the user. > But I want to show it in a sorted way like: > > Customername > Site number > Artikelnumber | Serial number | description > Artikelnumber | Serial number | description > Site number > Artikelnumber | Serial number | description > Artikelnumber | Serial number | description > Site number > Artikelnumber | Serial number | description > Artikelnumber | Serial number | description > Customername > Site number > Artikelnumber | Serial number | description > Artikelnumber | Serial number | description > Site number > Artikelnumber | Serial number | description > Artikelnumber | Serial number | description > Site number > Artikelnumber | Serial number | description > Artikelnumber | Serial number | description > > How can I do this if at all possible? > > rg, > Eric
When is pinning required?
enumeration help needed display var value Maximum index on a list is less than the list size Umm.... How to pass a sub into a class...... How do I get back deleted Tab Page DataTable - set a specific row. keep changes are made on datasource. an attempt was made to load a program with an incorrect format Crystal Reports in VB.NET Express Edition |
|||||||||||||||||||||||