S
Sehboo
I call a stored procedure and get the data in dataset then I do this
to sort my data
myDS.Tables[0].Select("" , "terminal DESC");
but it doesn't sort. If I put something in filter then it totally
ignors that as well...am I missing something?
to sort my data
myDS.Tables[0].Select("" , "terminal DESC");
but it doesn't sort. If I put something in filter then it totally
ignors that as well...am I missing something?