Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.19 KB | None | 0 0
  1. <asp:ContentPlaceholder runat="server">
  2.     <% if (/* condition */) { %>
  3.         <!-- some htmls -->
  4.     <% } else { %>
  5.         <!-- other htmls -->
  6.     <% } %>
  7. </asp:ContentPlaceholder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement