W
Wayne Wengert
I am attempting to follow a walkthrough that builds an ASP.Net page with a
datagrid that can be edited. I modified the example to use one of my tables
on a SQL 2000 Server. I built the sqladapter, the connection and the dataset
without any errors but when I try to run the app I get an error pointing to
the command:
SqlDataAdapter1.Fill(DsUnitEvals1)
Any suggestions on how to debug this would be appreciated.
Wayne
datagrid that can be edited. I modified the example to use one of my tables
on a SQL 2000 Server. I built the sqladapter, the connection and the dataset
without any errors but when I try to run the app I get an error pointing to
the command:
SqlDataAdapter1.Fill(DsUnitEvals1)
Any suggestions on how to debug this would be appreciated.
Wayne