Hi,
I have a search box, a label below the searchbox, and below that label, a gridview. In the gridview, I have EmptyDataText property defined to "No Data" I however get label as well as No Data when search criteria has no output.
How do I make sure that the label is displayed only when there is data in GridView.
Thank you