Hi Guys help please...Is there any control in .net framework version 3 that is something like a datagridview the only difference is that each columns and rows can be labeled...something like the snapshot that i attached here. Thanks in advance!
Ah. If you wanted to extract the information from a data source a DataGridView would be what you want. But if you're looking to add programatically a ListView would probably be better, as suggested by Hack.