Asp Dot Net Notes for Web Masters RSS 2.0

# Tuesday, May 05, 2009
Pages --> Templates --> [Select a template] --> Edit this Template --> Edit Mode = Overlay

You are trying to add controls to your page but you are unable to drop controls into your content place holder.

The Content Place Holder must be on one line not split on to two lines in your master page.

Open the master page up in a text editor and make sure that the content place holders are on one line like this:

<asp:ContentPlaceHolder ID="LeftContentPlaceHolder" runat="server"></asp:ContentPlaceHolder>       

not split onto two or more lines like this:
<asp:ContentPlaceHolder ID="LeftContentPlaceHolder" runat="server">
</asp:ContentPlaceHolder>


Tuesday, May 05, 2009 4:20:12 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0] - Trackback
SiteFinityTemplates
Archive
<May 2009>
SunMonTueWedThuFriSat
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456
Blogroll
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012
I do I.T. Ltd.
Sign In
Statistics
Total Posts: 27
This Year: 0
This Month: 0
This Week: 0
Comments: 22
All Content © 2012, I do I.T. Ltd.