P
Peter Larsen [CPH]
Hi,
Are there a way to show both ContentPlaceHolser's at the same time ??
The following code show two ContentPlaceHolders, but i don't know what to do
to make them both visible at the same time.
<body>
<form id="form2" runat="server">
<div style="height:100px;">
Some text
</div>
<div style="position: relative; left: 250px; top: 150px; width:
400px; border-style: dotted;
border-color: Blue;">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
<div style="position: fixed; left: 50px; top: 50px; width: 400px;
border-style: dotted;
border-color: Blue;">
<asp:ContentPlaceHolder ID="ContentPlaceHolder2" runat="server">
</asp:ContentPlaceHolder>
</div>
<div>
Some more text
</div>
</form>
</body>
Thank you in advance.
BR
Peter
Are there a way to show both ContentPlaceHolser's at the same time ??
The following code show two ContentPlaceHolders, but i don't know what to do
to make them both visible at the same time.
<body>
<form id="form2" runat="server">
<div style="height:100px;">
Some text
</div>
<div style="position: relative; left: 250px; top: 150px; width:
400px; border-style: dotted;
border-color: Blue;">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
<div style="position: fixed; left: 50px; top: 50px; width: 400px;
border-style: dotted;
border-color: Blue;">
<asp:ContentPlaceHolder ID="ContentPlaceHolder2" runat="server">
</asp:ContentPlaceHolder>
</div>
<div>
Some more text
</div>
</form>
</body>
Thank you in advance.
BR
Peter