views:

339

answers:

1

Hi all,

I don't find any property of DropShadowExtender in Asp.net(3.5) AJAX control toolkit to set shadow color. How to change the shadow color.

Please help.

Thanks.

A: 

You musst override CSS rule like this:

#ctl00_SampleContent_Panel1_DropShadow div
{
background-color:purple !important;
}
Jan Remunda
Thanks. It works fine.
Himadri
You should accept his answer if it solved your problem.
rick schott