how to filter a row from the dataset

Last post 07-23-2008, 12:05 PM by vladibo. 1 replies.
Sort Posts: Previous Next
  •  06-09-2008, 1:32 AM Post number 59318

    • sham is not online. Last active: 06-09-2008, 1:33 AM sham
    • Not Ranked
    • Joined on 06-09-2008
    • Level 1: Deep thought

    how to filter a row from the dataset

    how do i filter a particular row from a dataset?
  •  07-23-2008, 12:05 PM Post number 63664 in reply to post number 59318

    • vladibo is not online. Last active: 08-30-2008, 9:42 PM vladibo
    • Top 500 Contributor
    • Joined on 07-07-2008
    • Vancouver BC
    • Level 1: Deep thought

    Re: how to filter a row from the dataset

    dataSet.Tables[0].Rows.RemoveAt(index);

View as RSS news feed in XML