L
Lee
Hi All,
VB.NET, I have a dataset populater from a database.
I tried this
tempDS.Tables(0).Select("fldProjectStatusID=1", "fldJobName")
But it is not sorting or selecting, it still shows everything in the order
it was queried from the database in.
THanks
Lee
VB.NET, I have a dataset populater from a database.
I tried this
tempDS.Tables(0).Select("fldProjectStatusID=1", "fldJobName")
But it is not sorting or selecting, it still shows everything in the order
it was queried from the database in.
THanks
Lee