'System.InvalidCastException when i try to launch my page
<%if ((bool)Session["admin"] == true) { %>
<li><a href="UsersData.aspx">Users Data</a></li>
<% }%>
for some reason when it gives me the System.InvalidCastException even though it works for my teacher (we have the exact same thing since she is teaching my class html) what can i do?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
