If you provide a few more details I can definitely help. I've written applications which load GDAL metadata into a GridView, but the trick is arriving at a table-schema which is consistent for multiple types of layers/images. .NET grids bind to a Data source which could be anything. What type of layer are you trying to use to populate your DataGridView (an image, a shapefile)
To clarify, the OSGeo.GDAL.Dataset is a completely different class from the System.Data.DataSet. That might be irrelevant, but given your question about the GridView I just wanted to make sure. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ackerman, Cameron T HEC Sent: Tuesday, September 30, 2008 7:09 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Data Binding dgal Layer in .NET Hi All: I'm a noob and trying to bind information from a Layer in GDAL to a Datagridview in .NET. Does anyone have experience or a sample to get me started? I'm trying to get around NOT creating a copy of the data into a specialized class object but use it in it's native form. Many thanks, cam _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev