Hi,
I am getting the error as Column name not found in following line:
if (Convert.ToBoolean(DGVOPDProc["Assign", i].EditedFormattedValue))
Where DGVOPDProc is the name of my Data Grid View Control and Assign is the column name.
on this basis i want to insert data in my table, can anyone have any other idea or can anyone have any idea to resolve this.
Thanks.