Newbie Question - Displaying Data
-
I have a table that I want to display one column to a user for viewing only via a windows form. What is the easiest way to display this data? I was looking at the DataGrid, but I am not sure how to load this. Any sample code or articles on this componet would be great. Thanks!
-
I have a table that I want to display one column to a user for viewing only via a windows form. What is the easiest way to display this data? I was looking at the DataGrid, but I am not sure how to load this. Any sample code or articles on this componet would be great. Thanks!
-
I have a table that I want to display one column to a user for viewing only via a windows form. What is the easiest way to display this data? I was looking at the DataGrid, but I am not sure how to load this. Any sample code or articles on this componet would be great. Thanks!
Set the datasource of the grid and call the databind method. Look for some articles for more info on how to format the data.
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.