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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.