First let me say I am a web programmer, but I have a need for a small utilities app that needs a data grid. I load the form, user selects several options and clicks button. On click I generate a DataSet and call gridview1.DataSource = datasetname;
The datasource has data, and the gridview is set to autogeneratecolumns = true.
Nothing changes and no data is shown. What am I missing here?
Thanks!
Jeff
The datasource has data, and the gridview is set to autogeneratecolumns = true.
Nothing changes and no data is shown. What am I missing here?
Thanks!
Jeff