I have an ASPX page (with VB Codebehind). I would like to extend the GridView class to show the header / footer when no rows are returned.
I found a C# example onli
Concerning 1, the cleanest VB way would be
If TypeOf data Is System.Data.DataView Then