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, ...Dynamically show/hide DIVs in skin ?Dynamically show/hide DIVs in skin ?
Previous
 
Next
New Post
6/4/2010 8:23 AM
 
Hi,

I have, what I believe should be, a simple requirement. I want to modify the layout of a skin by grabbing a parameter from the page URL and employing that parameter (using some VB in the skin.ascx) to control the visibility of <div> elements within the skin.

Here's the issue. In order to control visibility using e.g. mydiv.visibility = true/false then you have to add runat=server to the div tag i.e. <div id="mydiv" runat="server">....and in so doing mydiv is turned into a 'pane' and the id automatically changed by dnn to dnn_mydiv - which is not what I want.

Is there anyway of preventing DNN from creating a pane when adding runat=server ?

Is there any other way of controlling visibility of a an element without using javascript?

Any input or pointers greatly appreciated.

Phil

ps - I don't want to use css display:none; because I want to prevent certain html being sent to the broswer even if it is hidden.
 
New Post
6/4/2010 9:06 AM
 
<%If Request.QueryString("Hide") = True%>
<div>Hide Me</div>
<%End If%>
 
New Post
6/4/2010 3:17 PM
 
Thanks for the reply Timo. I realise I can also use

<asp:Panel>
<div id="mydiv">
</asp:Panel>

or even

<asp:Panel id="mydiv"> x y z </asp:Panel>

as Panel doesn't get converted to a pane.

P

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Dynamically show/hide DIVs in skin ?Dynamically show/hide DIVs in skin ?


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