DataGridView Problem
Hi Forum,
I am in problem with DataGridView.
I am using unbound DataGridView . i want to load a Grid as blank.And when user will enter the data in the DataGridView the i want the data of the DataGridView as DataSet or DataTable for DataAdapter to save data in the Database.
But when i insert data in the DataGridView and try to get the DataSet the i am getting nullpointer exceptin. Means the Dataset is blank.
But same thing i have done in 1.1 and 1.0 framework.
Please help me
Thanks in advance
Bipul
|