別のリテラル テキスト ブロックが値を返したときにのみ表示されるリテラル テキスト ブロックを設定する最良の方法は何ですか?
これが私が構築しようとしているコードで、ロジックが行く場所にコメントが付いています。
<!-- Will be shown if there is content in the DB -->
<asp:Literal id="letter_to_zelda" runat="server"></asp:Literal>
<!-- Will be also shown if there is content in the db, but
I only want to show it if the line above had no content to display -->
<asp:Literal id="letter_to_link" runat="server"></asp:Literal>