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...Administration ...Administration ...DropShadowExtender does not workDropShadowExtender does not work
Previous
 
Next
New Post
9/9/2008 7:32 PM
 

Hi

I have a dnn module with a dropshadowextender. However it's not showing any effects. I'm using ASP .NET 2.0 and Visual studio 2005 with DNN 4.5. It works standalone in a seperate non-dnn page. Ticking/unticking partial rendering does not work. here's my code:

 

<

style type="text/css">

.dropShadowPanel

{

 

 

 

 

}

width:300px;background-color:#5377A9;color:white;font-weight:bold;

</

 

<

<

style>asp:Panel ID="panelSearch" runat="server" CssClass="dropShadowPanel">asp:Label ID="Label1" runat="server" Text="Consignment No:"></asp:Label>

 

<asp:TextBox ID="txtConsignmentNo" runat="server"></asp:TextBox>

 

<asp:LinkButton ID="lnkSearch" runat="server" Font-Underline="True" ForeColor="White">Search</asp:LinkButton></asp:Panel>

&nbsp;

<

 

cc1:DropShadowExtender ID="DropShadowExtender1" runat="server"

 

TargetControlID="panelSearch"

 

Width="5"

 

Rounded="true"

 

Radius="6"

 

</

Opacity=".75">cc1:DropShadowExtender>

 
New Post
9/9/2008 9:58 PM
 

I am not sure how Drop Shadow Extender work, but I think it would asign some CSS to the panelSearch to let it work, you can check the HMTL in client side and figure out why it doesn't work, such as the asigned CSS name has benn modified by DNN

 
New Post
9/10/2008 12:36 AM
 

I was able to make it work in a roundabout way. I added a redirect to another page from the view page load event  and the same code works in that page within DNN. For some reason the initial view removes dropshadow specific javascripts and from what I can gather from my colleagues it happened to them too.

 
New Post
9/15/2008 3:02 PM
 

You will find some problems with AJAX and the control toolkit if the correct document type is not specified. Is the docuemnt type specified for your site?

The document type is specified in a file named: SkinName.doctype.xml

The file is located in the same folder as the skin you are using and it contains a xml node with the content type.

I use the following content type for the toolkit:

<SkinDocType><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></SkinDocType>


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DropShadowExtender does not workDropShadowExtender does not work


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