hi all,
how to check if current row is new row in datatable?
i'm trying to have some fields non-updataeble but can be inserted when it is a new record.
thanks.
hi all,
how to check if current row is new row in datatable?
i'm trying to have some fields non-updataeble but can be inserted when it is a new record.
thanks.
Hey,
You should be able to use the RowState property of the DataRow:
http://msdn.microsoft.com/en-us/libr....rowstate.aspx
Hope that helps!!
Gary
thanks. very helpful.