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.0problem with DNNproblem with DNN
Previous
 
Next
New Post
3/28/2008 12:25 AM
 

Thanks for reply

I m currently using default skin provided by framework.

Now what should I do ,Please help me

 
New Post
3/28/2008 12:26 AM
 

I checked Host settings. Ajax is already enabled

 
New Post
3/28/2008 6:59 AM
 

Brian Dukes wrote

Is the skin that you are using making use of the XHTML doctype?  The AJAX Control Toolkit requires an XHTML doctype.

Hope it helps,

I am working on default skiln  provided by DNN and in host setting Ajax is already enabled

Please help me. My work is stopped.

 
New Post
3/28/2008 10:45 AM
 

The default skin doesn't have a doctype.  See Cathal's blogpost about how to add a doctype (though this may cause issues since the skin was made without a doctype), or you can get a new skin that is XHTML compliant.

Hope it helps,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
3/28/2008 11:43 AM
 

     Dnn does provider a way to let skin designer to specify their  favorite XHTML DTD.   Simply add a skinname.doctype.xml which contains XHTML DTD with skin file, Dnn will automatic apply it. For example , if your skin file is BuleBusiness.ascx ,then you need provide a BuleBusiness.doctype.xml with it. 
     Although dnn providers this way, I have not seen anyone use this before.    So , I think XHTML DTD can be added like below.
     (1)Open default.aspx, manually add  XHTML DTD  above the <html> tag. for example
      before :<asp:literal id="skinDocType" runat="server"></asp:literal>
<html>
      after:<!DOCTYPE html
                            PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'
                            'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> 
                   <asp:literal id="skinDocType" runat="server"></asp:literal>
               <html>
       (2) Dynamic add XHTMl DTD in your module.
       The first way can work but it needs modify dnn file , and it will affect  your whole site. So in our module ,we choose the second way.


Over 20 + professional dnn modules for News Article, Store, Video Gallery, Photo Gallery, Ultra Flash Player,YouTube Video, Image Slide show, Skin Chameleon and much more from DnnModule.com
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0problem with DNNproblem with DNN


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