Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Can any one help me how to use if else condition in a template or is it possible there.
Note: Not using xslt.
Touhid
You could use inline c# like
<% if (condition) { %>
do something
<% } else { %>
do something else
<% } %>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
if else condition in template
Hi
Can any one help me how to use if else condition in a template or is it possible there.
Note: Not using xslt.
Touhid
You could use inline c# like
<% if (condition) { %>
do something
<% } else { %>
do something else
<% } %>
is working on a reply...