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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0using ajax collapsiblepanel in dnn 4.4.0using ajax collapsiblepanel in dnn 4.4.0
Previous
 
Next
New Post
1/11/2007 4:02 AM
 
Hi,
I'm trying to use collapsiblepanel in dnn 4.4.0 but it doesn't work. I made this changes:

in my skin I added these rows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true" />

in my ascx control I have these rows:

            <asp:Panel ID="pnlTITLE" runat="server" Height="30px">
                <div style="cursor: pointer">
                    <asp:Label ID="labEXPAND_COLLAPSE" runat="server">What is ASP.NET AJAX? (Show Details...)</asp:Label>
                </div>
            </asp:Panel>

            <asp:Panel ID="pnlCONTENT" runat="server" Height="0" style="overflow: hidden">
                <div style="cursor: pointer">
                    <p>hello</p>
                </div>
            </asp:Panel>
           
            <ajaxToolkit:CollapsiblePanelExtender ID="cpeDemo" runat="Server"
                    TargetControlID="pnlCONTENT"
                    ExpandControlID="pnlTITLE"
                    CollapseControlID="pnlTITLE"
                    Collapsed="True"
                    TextLabelID="labEXPAND_COLLAPSE"
                    ExpandedText="(Hide Details...)"
                    CollapsedText="(Show Details...)"
                    SuppressPostBack="true" />

The pnlCONTENT is always visible!! Why? When I click on pnlTITLE, I see collapsiblePanel triying to hide pnlCONTENT but this is always visible.
Thank you in advance for any advices.

davides77

PS: sorry for my bad english...
 
New Post
1/15/2007 8:51 AM
 

I have collapsible panels working fine in DNN 4.37, but it also fails in DNN 4.40.

Try in DNN 4.37 and see if it works.


Jim www.walkspoiled.com
 
New Post
1/15/2007 3:04 PM
 

This is probably because the AJAX library uses a resource file of some type for its js, which is incompatible with compression.

Disable compression completely, by removing commenting out the httpModule in the web.config and see if it still fails.

4.4.1 will manage this better but you may still need to configure the <exlduedPath> section of compression.config.


Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0using ajax collapsiblepanel in dnn 4.4.0using ajax collapsiblepanel in dnn 4.4.0


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