Datagrid problem

  • Thread starter Thread starter DSR
  • Start date Start date
D

DSR

hi, i tried binding the datagrid to the sqldataadapter
object at design time. I included just one line to
populate the grid sqldataadapter1.fill(dataset1). This is
in the click event of a form. The dataset1 object created
using the generate dataset from the Data menu. There is a
runtime error occuring at the code. an unhandled
exception in system.data.dll. Can anyone tell me what
the problem is?
 
Its difficult to point out the problem here. Can you post the code which you
are using and point out the line which throws the exception?

-Prateek

hi, i tried binding the datagrid to the sqldataadapter
object at design time. I included just one line to
populate the grid sqldataadapter1.fill(dataset1). This is
in the click event of a form. The dataset1 object created
using the generate dataset from the Data menu. There is a
runtime error occuring at the code. an unhandled
exception in system.data.dll. Can anyone tell me what
the problem is?
 
Back
Top