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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...AJAX Collapsible PanelAJAX Collapsible Panel
Previous
 
Next
New Post
4/25/2007 1:30 PM
 

Do you have the checkbox for "Supports Partial Rendering" enabled for the view control that you are testing this on?


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
4/25/2007 1:39 PM
 

Yes...And have tried making a number of other changes to troubleshoot...As an .aspx page on the same server in a seprate Virtual Directory, the page renders fine and works without issue...as soon as I add the appropriate code a .ascx control form OR use IFrame, the Collapsible Panel's only state is Expanded...

 
New Post
4/25/2007 4:26 PM
 

 You are ahead of me.  I cannot even get the calendar to work - that is to say the calendar correctly appears when the textbox has focus, but the formatting is all wrong, and if I click on a month (to select a month) the display becomes even more garbled.  Presumably this is a css issue?   I would be grateful for any code from someone who has got the BASIC calendar appearance functioning correctly in DNN 4.5.1.

 
New Post
4/25/2007 8:23 PM
 

the "new" calendar control from the AJAX Toolkit works just fine for me...don't believe I made any code changes to enable except for registering the toolkit...

<% @ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>

<asp:TextBox runat="server" ID="TextBoxStartDate" Width="75px" Font-Size="8pt" ForeColor="SlateGray" Font-Bold="True" />

<ajaxToolkit:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBoxStartDate" />

 

&nbsp; &nbsp;to&nbsp; .. &nbsp;

 

<asp:TextBox runat="server" ID="TextBoxEndDate" Font-Size="8pt" ForeColor="SlateGray" Font-Bold="True" Width="75px" />

 

<ajaxToolkit:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="TextBoxEndDate" />

 

 
New Post
4/25/2007 8:42 PM
 

where do I send the check....lol....I am new to DNN, but not new to AJAX, so I do not write my own skins (yet)....so I traced through the code 1 more time and found it in the good old default.aspx.vb page....plopped in the doctype update - and good to go....THANK YOU SO MUCH!!!

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...AJAX Collapsible PanelAJAX Collapsible Panel


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