1
Reply

how to clear dataset?

ajay raju

ajay raju

Sep 9 2010 8:25 AM
2k

hi,
 how to clear total table in dataset.
 i am trying like
 dim dset as new datset()
 .
 .
 .
 dset.clear()
 in this case it clear only rows. but my aim is clear total table from dataset.
 please give a solution
Thanks.

Answers (1)