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
Regarding 2. I think events in VB.Net can pass ByRef parameters.