Search results for query: *

  1. S

    How do I get the dataview name

    Create a dataview from a dataset and apply the dataview to a datagrid in a form ------------------------------------- dim abc as new dataview abc = new dataview(dataset, etc, etc, etc) form.datagrid.datasource = abc ------------------------------------- Now I would like to know the name of the...
Back
Top