S
Sara
I have the following line in asp which errors when you run
it through the .net complier
<%if session("HighRes") = 1 then %>
<img height="9" src="../images/ProductColTopL.gif"
width="8">
<%end if %>
This comes back with the error
BC30689: Statement cannot appear outside of a method body
I am not sure why this is grumbling any ideas greatly
appreciated
it through the .net complier
<%if session("HighRes") = 1 then %>
<img height="9" src="../images/ProductColTopL.gif"
width="8">
<%end if %>
This comes back with the error
BC30689: Statement cannot appear outside of a method body
I am not sure why this is grumbling any ideas greatly
appreciated