G
Guest
Hi, help me please for this issue:
I have a master-details form binded to "Order" and "OrderDetails"
A datagriedview is binded with the details.
I want to fill the datagridview with a result of a query with fields that
respect the orderdetails fields.
I try to fill an array with the result of the query and then cycle it and
use OrderDetailsDataGridView.Rows.Add(rowArray) but i got
{"Impossible add row at code level in case of binding control association"}
(sorry for that but i tried to traduce from italian errror)
Any suggestion?
I'm using vb.net 2005 and sql 2005
Thank you
I have a master-details form binded to "Order" and "OrderDetails"
A datagriedview is binded with the details.
I want to fill the datagridview with a result of a query with fields that
respect the orderdetails fields.
I try to fill an array with the result of the query and then cycle it and
use OrderDetailsDataGridView.Rows.Add(rowArray) but i got
{"Impossible add row at code level in case of binding control association"}
(sorry for that but i tried to traduce from italian errror)
Any suggestion?
I'm using vb.net 2005 and sql 2005
Thank you