GridView doesn't display
When the resultant data object from a query doesn't have any records (but the code assigns it to the DataSource property of the GridView anyway), the GridView itself doesn't show up because there is nothing to display. Is there a property to say at least the headings should show up to present the grid no matter what?
|