Using ASP.NET 3.5 / VS 2008 / C#.
I decided to finally try to use the SqlDataSource - after hearing about how it handles paging / sorting automatically (albeit with some efficiency issues).
The GridView displays initially, then no paging or sorting happens. Just a page postback.
I assign the connectionstring and SelectCommand in a Button click event.
If the GridView supposed to be DataBound on each Page Load when using a SqlDataSource? I have tried all sorts of combnations with no luck.