M
Miguel Dias Moura
Hi,
I am trying to make a <div> invisible when I call page.aspx.
When I call page.aspx?type=1 the <div> should be visible.
I have this line:
<div runat="server" visible='<%# Request.QueryString("type") <> ""
%>'"></div>
I get this error: "The server tag is not well formed"
Why I get this?
Thanks,
Miguel
I am trying to make a <div> invisible when I call page.aspx.
When I call page.aspx?type=1 the <div> should be visible.
I have this line:
<div runat="server" visible='<%# Request.QueryString("type") <> ""
%>'"></div>
I get this error: "The server tag is not well formed"
Why I get this?
Thanks,
Miguel