views:

17

answers:

1

In my project I want remove some rows first then afterwards insert new rows.

But some times what happens is it inserts the new rows first then afterwards removes the starting rows.

To solve this problem I need to manage the operations in a proper sequence.

Please help me out.