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.0AJAX CollapsiblePanelExtender + DNN + IE (6 & 7)AJAX CollapsiblePanelExtender + DNN + IE (6 & 7)
Previous
 
Next
New Post
10/29/2007 6:11 AM
 

Hi Every Body,

this is my first Question on this site, and i hope that i'll find a clear answer on my problem.

I'm working on a DNN application (v. 5.5) using VS2005 to develop my modules.

I've installed the AJAX componenets and the AJAXtoolKit successfuly, but while using some component (such us CollapsiblePanelExtender) on MS Inetrnet Explorer it does not work correctly, and on my big surprise, this component works perfectly on Mozila FireFox.

if any one has the answer to this problem please guide me to fix it.

Many thanks,

 
New Post
12/24/2007 8:15 AM
 

Solution:

change the DOCTYPE spécification in the pages using AJAX controls wich needs a XHTML DOCTYPE.

the default DOCTYPE in DNN is implemented in the default page"default.aspx.vb", we can change that implementation to the XHTML DOCTYPE but it is possible to have somme problems with some modules if we use IE7. that's why i suggest that we change the DOCTYPE only for the pages which need it by inserting this lines into the Page_Init methode:

C#:

Control

objDoctype = Page.FindControl("skinDocType");string DoctypeValue = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";Literal)objDoctype).Text = DoctypeValue;

VBNet:

Dim

DoctypeValue As String = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">"

 

 

Dim objDoctype As Control = Me.FindControl("skinDocType")CType(objDoctype, System.Web.UI.WebControls.Literal).Text = DoctypeValue

 

((System.Web.UI.WebControls.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0AJAX CollapsiblePanelExtender + DNN + IE (6 & 7)AJAX CollapsiblePanelExtender + DNN + IE (6 & 7)


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