A
Aamir Ghanchi
I get the following exception message when I try to reopn
a form
window after closing it down (while the main MDI window
is still running)
"An unhandled exception of type 'System.Exception'
occurred in
system.windows.forms.dll
Additional information: DataBinding could not find a row
in the list
that is suitable for all bindings"
This message goes away when I unbind the datagrid object
on the form
from the datasource & datamember. This datagrid is
bind to the Details DataRelation. whereas rest of the form
is bind to
the Master DataTable. Both the master and the
DetailRelation table are in the same dataset.
there is nothing fancy about the datagrid object it shows
int type
fields only and no checkbox or textboxes in it.
I dont know where to go from here. I have researched this
error in
other newsgroup postings and nothing conclusive has
been talked about it.
Thanks in advance
Aamir.
a form
window after closing it down (while the main MDI window
is still running)
"An unhandled exception of type 'System.Exception'
occurred in
system.windows.forms.dll
Additional information: DataBinding could not find a row
in the list
that is suitable for all bindings"
This message goes away when I unbind the datagrid object
on the form
from the datasource & datamember. This datagrid is
bind to the Details DataRelation. whereas rest of the form
is bind to
the Master DataTable. Both the master and the
DetailRelation table are in the same dataset.
there is nothing fancy about the datagrid object it shows
int type
fields only and no checkbox or textboxes in it.
I dont know where to go from here. I have researched this
error in
other newsgroup postings and nothing conclusive has
been talked about it.
Thanks in advance
Aamir.