if statement in aspx page
Posted
by Brad
on Stack Overflow
See other posts from Stack Overflow
or by Brad
Published on 2010-06-17T16:07:18Z
Indexed on
2010/06/17
16:13 UTC
Read the original article
Hit count: 287
I want to write a basic if statement on my site to display either item 1 or item 2 depending on if a variable is set to true.
I am not to familiar with .Net and need a little help with the basic structure of how to get an if statement to work on the aspx page.
thank you for your help.
© Stack Overflow or respective owner