T
Tarun Mistry
Hi everyone. I want to perform some login checking in one of my webforms to
decide on what content to show, is this possible? Should i be doing this
differently (btw im a new .net programmer moving from PHP).
So depending on the value of x and y (defined in my code behind) i want todo
something like this in the code.
<% if(x > y) {%>
<p>HELLO WORLD</p>
<%} else {%>
<p>BYE WORLD</p>
<% } %>
Please help!
Appreciate any words of wisdom.
Kind Regards
Taz
decide on what content to show, is this possible? Should i be doing this
differently (btw im a new .net programmer moving from PHP).
So depending on the value of x and y (defined in my code behind) i want todo
something like this in the code.
<% if(x > y) {%>
<p>HELLO WORLD</p>
<%} else {%>
<p>BYE WORLD</p>
<% } %>
Please help!

Appreciate any words of wisdom.
Kind Regards
Taz