WebMatrix Database problem

  • Thread starter Thread starter Ammar
  • Start date Start date
A

Ammar

hi all...
I built an empty database with WebMatrix, set a primary key and everything
wnt fine, then i went to the Data tab in web matrix to enter data, and the
moment i click on the table i get this error message:
Can not access disposed object, Object name DataGridTextBox.
anyone knows why?
Ammar
 
moment i click on the table i get this error message:
Can not access disposed object, Object name DataGridTextBox.
anyone knows why?

Sure. An object named "DataGridTextBox" was disposed, and your code tried to
access it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top