Datatable dtAttach=new Datatable()
dtAttach.Rows[0].Delete();
or
dtAttach.Rows[Gvattachment.SelectedIndex].Delete();
dtAttach.AcceptChanges();
Gv.DataSource = dtAttach;
Gv.DataBind();
dtAttach.Rows[0].Delete();
or
dtAttach.Rows[Gvattachment.SelectedIndex].Delete();
dtAttach.AcceptChanges();
Gv.DataSource = dtAttach;
Gv.DataBind();
No comments:
Post a Comment