Error 1 'System.Data.DataRow.DataRow(System.Data.DataRowBuilder)' is inaccessible due to its protection level
I am taking value from the textbox and trying to update the table by putting them in the respective column ( in short trying to update my rows) and i am getting this error. Does anyone know how to update rows of a table after getting values in text box. one of my values is of integer data type in the table. Also does anyone have any idea about the following error !