G
Guest
Hello,
I have a problem deleting from a datagrid bound to a dataset. then datagrid is bound as follows
MyDatagrid.DataSource = Mydataset.Tables(strtable
this works fine for adding and updating, but when I try and delete something I often get a system.indexoutofrangeexception
What is this about? there is nothing in the knowledgeabase about this
Any ideas what is going wron
Robert
I have a problem deleting from a datagrid bound to a dataset. then datagrid is bound as follows
MyDatagrid.DataSource = Mydataset.Tables(strtable
this works fine for adding and updating, but when I try and delete something I often get a system.indexoutofrangeexception
What is this about? there is nothing in the knowledgeabase about this
Any ideas what is going wron
Robert