Hi
I seem to have problem putting the columns into the gridview as in your example (it works there). When I try to do in on my own page the grid never gets populated, although the data tabel shows 78 rows in the debug mode.
what am I missing?
Map1.CurrentExtent = plumeLayer.GetBoundingBox()
Dim allColumns As Collection(Of FeatureSourceColumn) = plumeLayer.QueryTools.GetColumns()
Dim dt As DataTable
dt = GetDataTableFromFeatureSourceColumns(allColumns)
GridView1.DataSource = dt.DefaultView
GridView1.DataBind()