Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Error: The ID Error: The ID 'ContentPane' is already used by another control.
Previous
 
Next
New Post
10/22/2006 12:15 AM
 
MANY THANKS Empulse! I abandoned my efforts for a bit there but have come back and your suggestion worked beautifully. I did actually have CONTENTPANE alone but the skin didn't work with the enumerator. Maybe this is a bug, not sure. But I edited the .ascx file directly and yes it was the runat="server" that was the problem. I will take your advice and apply the skin to a tab first before applying to the portal. It's good to know that you can just edit the ascx file directly and DNN pulls from it next time you reload. That's a great backup plan for those who are familiar with ASP.NET development. I'm learning a lot about DNN. It is frustrating at first but worth it. I guess you gotta look at it like this: the work you do now will save you a lot of effort down the road. I didn't realize how different true application development is as opposed to the way I was doing things before. It's forever changed my perspective. I have to give props to DNN!
 
New Post
10/26/2006 8:48 AM
 

I am stuck with this same error and I can't get past it.

here is the the html from the skin.html file:

<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
    <td width="200" valign="top">[CONTENTPANE:1]</td>
    <td valign="top"><div align="center">[CONTENTPANE]</div></td>
    <td width="200" valign="top">[CONTENTPANE:2]<br />     
    <p>&nbsp;</p></td></tr>
</table>

this is from the skin.xml:

 <Object>
  <Token>[CONTENTPANE]</Token>
 </Object>
 <Object>
  <Token>[CONTENTPANE:1]</Token>
 </Object>
 <Object>
  <Token>[CONTENTPANE:2]</Token>
 </Object>

and this is what is generated in the skin.ascx file

<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
    <td width="200" valign="top"><div id="contentpane" runat="server"></div></td>
    <td valign="top"><div align="center"><div id="contentpane" runat="server"></div></td>
    <td width="200" valign="top"><div id="contentpane" runat="server"></div><br/>     
    <p>&nbsp;</p></td></tr>
</table>

If I remove the [CONTENTPANE:1] & [CONTENTPANE:2] the skin loads normally, meaning no errors, it just crams all the content into that one pane. If I use [CONTENTPANE:1] & [CONTENTPANE:2], I get the error when previewing and when I apply the skin the content loads as it should, but the graphics at teh top of my page do not, it loads the default instead.

 

please help.

 
New Post
10/26/2006 9:20 AM
 
WoooooHoooooo, I FIGURED IT OUT!!!!! my previous can be ignored.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Error: The ID Error: The ID 'ContentPane' is already used by another control.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out