Changing dataset rowstate

  • Thread starter Thread starter sahridhayan
  • Start date Start date
S

sahridhayan

hi

i want to change the rowstate of the record (modified)
into added ?

is it possible to do?

regs
sahridhayan
 
Hi,

Nope.
A workaround might be that you store row's fields values into object array
(DataRow.ItemArray), remove the row, add the row with stored data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top