Thanks, I tried workBinding.Sort = "Website ASC" and is a bit faster now.

There is no SQL source, I am building the table with
VB Code:
  1. workTable.Columns.Add("Website", Type.GetType("System.String"))
  2. etc...
My table is just not coming out sorted the way I'd like it to be.