How to get distinct rows from a DataSet or DataTable

    DataTable dtDistinct=ds.Tables[0].DefaultView.ToTable(true,"Floor_id");

Comments