Remove Filtered result.

  • Thread starter Thread starter Jeya
  • Start date Start date
J

Jeya

Hi all,

Is it possible to remove filtered result from dataview ?

Say

Mydataview.RowFilter ="Select='True' and tmp='False'"

Say the Fitered row count is 8. i want to remove only 8 row...

I am using a for loop to get the work done..is there any alternate and fast
way...


Thanks
 
Hi
if you know the row count you can use the reomveAt function.
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 
Back
Top