I am new to C# I can not seem to see what the problem is with my if, if else statement....
Does anyone tell me what is off?
<% If (Session["Level"] == "NONE")%>
<!-- <tr> -->
<!-- <td align=right><img src="../images/Seasonal/Vday/happyVday.gif" ></td> -->
<!-- <td align=right><img src="../images/Seasonal/Vday/animated_1.gif"></td> -->
<!-- <td align=Center><img src="../images/Seasonal/StPatDay/happy st pat day 2.jpg"></td> -->
<!-- </tr> -->
</table>
</div>
<% If (Session["Level"] != "NONE")%>
<!-- Add the Menu -->
<script language='JavaScript' src='Includes/Menu.js' type='text/javascript'></script>
<script language='JavaScript'>menuMain("<% =Session("Level") %>", "<% =Session("LoginID") %>");</script>
<%;
else%>
<!-- Add Home and Logout links -->
"<span onmouseout="this.style.backgroundColor='#717171'" onmouseover="this.style.backgroundColor='#b9b9b9'"
style="position: absolute; left: 800px; top: 61px; height: 24px; color: #FFFFFF;
width: 90px; text-align: center;">
<a class="itemText" href="http://korhmfps06/NE...e/HomePage.asp" style="color: #FFFFFF;">
Home Page</a>
</span>
<span onmouseout="this.style.backgroundColor='#717171'" onmouseover="this.style.backgroundColor='#b9b9b9'"
style="position: absolute; left: 890px; top: 61px; height: 24px; color: #FFFFFF;
width: 90px; text-align: center;">
<a class="itemText" href="http://korhmfps06/NE...?Action=Logout" style="color: #FFFFFF;">
Logout</a>
</span>
<%;%>
thanks so much