I want to sort a DataTable within a DataSet. I have the following code:
DataTable dt = ds.Tables[0]; dt.TableName = "NEWNAME"; dt.DefaultView.ApplyD