Hello again!
(working with Datalist, in
VB)
I have this problem:
If I use this line, the Paging works but not the Sorting:
objCmd.Fill (objDS, Cint(intCurrIndex.Text), CInt(intPageSize.Text), "Absorventes")
If I change that line to: objCmd.Fill (objDS)
the Sorting function will work but not the Paging
What can I do to have both working?
Carlos.