G
Guest
Hello,
After this two lines, how can I check which records available in the dataset
in the debug mode?
sqlDataAdapter1.Fill(dataSet11);
dataView = dataSet11.Tables[0].DefaultView;
I was using GUI but my icons somehow disappears, now I need to know if
dataset is really filled, I could not see data on the datagrid.
Thanks,
Jim.
After this two lines, how can I check which records available in the dataset
in the debug mode?
sqlDataAdapter1.Fill(dataSet11);
dataView = dataSet11.Tables[0].DefaultView;
I was using GUI but my icons somehow disappears, now I need to know if
dataset is really filled, I could not see data on the datagrid.
Thanks,
Jim.