I have a Content window on a page where I have a handful of gridviews and also plain text I'm using above them as labels. Sometimes, depending on whether of not there is data, some gridviews may not appear. In this case, I want to have "N/A" displayed under the label.
Currently I have it set up so that I have the following text above the gridview to as as a label:
"Enrollments: XXX"
What I'm intending to do is if there is no data for the grid, replace "XXX" with "<BR>N/A". If there is data, I'll just replace it with an empty string. I don't know how to replace the text, though, being that it's not part of a textbox, but rather just located within a content item.
Please advise. Thanks.