I have a gridview with an assigned "EmptyDataText" value.
Its holding search results so I do want it to display the EmptyDataText when there aren't any search results.
However when I clear the search results (by setting DataSource to null and causing a databind), I don't want the EmptyDataText text to show. Any way of doing this without changing the visibility?