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
hello
I want a particular img to be visible only for condition ( (published date+7) >= today's date ) ... if true, then only show image.
<img class="new-faq" src="/images/icon/tag.png" width="34" height="18" alt="tag" align="absmiddle"/>
how to write this in razor?
Hi. Somehow like:
@if(Model.UpdateDate.AddDays(7).Date >= DateTime.Today) { <img bla-bla-bla/>}
thanks .. I wanted this only.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
img visible/invisible at run time
hello
I want a particular img to be visible only for condition ( (published date+7) >= today's date ) ... if true, then only show image.
<img class="new-faq" src="/images/icon/tag.png" width="34" height="18" alt="tag" align="absmiddle"/>
how to write this in razor?
Hi. Somehow like:
thanks .. I wanted this only.
is working on a reply...