Hi,
I am trying to get the dataset in RowCommand event. Like this
DataTable dt = (DataTable)(gvImages.DataSource);
DataTable dtChanges = dt.GetChanges(DataRowState.Modified);
But i am getting my dataTable NULL
.
Can any one help me to find the modified rows in RowCommand event???