Can you please let me know how to display a shapefile attribute table in C# DataGridView?
Thanks
|
Can you please let me know how to display a shapefile attribute table in C# DataGridView? Thanks |
|||
|
|
|
This is an excellent sample that shows how to bind a Table to a .NET control: Bind a geodatabase table to a .NET control You will have to edit it slightly, to use a shapefile instead. |
|||
|
|