Hello,
i try to use a calendar extender inside a panle that is shown as a modal dialog using a modal popup extender. When the calendar pops up the displayed caledar is shown transparent (it has no background) and no animations are shown when switching between months.
Using the same outside a modal popup shows the calendar as usual.
Is a caledarextender not supposed to be used inside a modal popup?
Thanks in advance,
Ralf
This sounds like an issue we were having.
When you run the page, check the HTML source for a tag that looks like this:
<link href="http://links.10026.com/?link=/.../WebResource.axd?d=..." type="text/css" rel="stylesheet" /
(There should be alot of characters following the "d=")
If there is no reference made to WebResource, try putting another CalendarExtender control outside of the panel. This should force ASP.NET to add the reference.
Let me know what happens,
FB
I've looked at over a dozen suggestions to fix this issue. Finally you have the one that works. You are great! Thanks!
No comments:
Post a Comment