DataSet dsFiltered = new DataSet(); //create a new dataset
dsFiltered.Tables.Add(AppUtil.DataViewAsDataTable (dvResult) ); //fill the dataset with the sorted results
//Another Way
ds.Tables.Add(dv.Table.Copy());
Tuesday, February 19, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment