It looks like that's what he was trying to do here:
SiteBindingSource.Sort = "SomeColumn"

But, if the type was Text... it may not have been sorting right since text is a "special" type and isn't treated the same as string (varchar).


-tg