G
Guest
I have a datagrid and have it bound to a datatable which is in an sql server
ce database. I am also using command builder. I seem to be able to edit
some columns and the changes go to the database but not others. I do not get
any errors it just does not update the database.
The other problem is that I can not figure out how to unbind the datagrid
and bind it to another datatable.
Basically during runtime I want to be able to choose which table I want to
edit and have it load into my grid. When I'm done with those edits I want to
be able to choose another table to edit.
Thanks
ce database. I am also using command builder. I seem to be able to edit
some columns and the changes go to the database but not others. I do not get
any errors it just does not update the database.
The other problem is that I can not figure out how to unbind the datagrid
and bind it to another datatable.
Basically during runtime I want to be able to choose which table I want to
edit and have it load into my grid. When I'm done with those edits I want to
be able to choose another table to edit.
Thanks