I am doing editing with datagrid. all records displays in the datagrid and usrer has to select the record to edit and selected records goes to a form and changes can be made there.
but when i display the data in grid it comes good and when i navigate in the grid (say moves to 2nd record from first ), data of couple of fields of first record disappears and if i refresh the grid(the ADODC and Data grid) it gives me a message as
Binding collection error
field not updatable Bound propertyname;te xt , fieldname ; fare
where fare is one of field in the table .
and i click ok everything goes nice except that error message.
how i can aviod that message to pop up
Suggestion plz from experts
Manjeet Grang
but when i display the data in grid it comes good and when i navigate in the grid (say moves to 2nd record from first ), data of couple of fields of first record disappears and if i refresh the grid(the ADODC and Data grid) it gives me a message as
Binding collection error
field not updatable Bound propertyname;te xt , fieldname ; fare
where fare is one of field in the table .
and i click ok everything goes nice except that error message.
how i can aviod that message to pop up
Suggestion plz from experts
Manjeet Grang
Comment