Previous post describes how to access cell value in a DataTable. Following code will allow you to change the Cell value permanently.
dtRecordDetails.Rows[1]["Revision"] = "Z";
dtRecordDetails.AcceptChanges();
Previous post describes how to access cell value in a DataTable. Following code will allow you to change the Cell value permanently.
dtRecordDetails.Rows[1]["Revision"] = "Z";
dtRecordDetails.AcceptChanges();
No comments:
Write comments