Hi all...
I wish to draw a table showing 3 columns of values and many many rows.
However, i cant seem to find any other functions other than datagrid in the design toolbox interface of C#. And since my data source is not from any serverbased source (My data are only from .dat files located in my hdd), I do not know if I can use Datagrid to draw the table. Is there other ways to draw a table in C# without using datagrid? Or if datagrid is necessary or more convenient, is it able to draw table with source not from any database server?
Thanks for any help rendered...