Why is my CalendarExtender getting overlapped when rendered?

Posted by Dillie-O on Stack Overflow See other posts from Stack Overflow or by Dillie-O
Published on 2008-11-19T15:25:33Z Indexed on 2010/03/24 16:33 UTC
Read the original article Hit count: 580

I'm working on a .NET web application and I'm using a CalendarExtender control within it to have the user specify a date. For some reason, when I click the icon to display the calendar, the background seems to be transparent, shown below:

alt text

I'm using the extender on other pages and do not run into this issue.

I'm not sure if it is worth mentioning, but the calendar is nested within a panel that has a rounded corner extender attached to it, as well as the panel below it (where the "From" is overlapping).

Within that panel, I do have a div layout setup to create two columns.

EDIT: The other thing to note here is that the section that has the name and "placeholders" for nickname are all ASP.NET label controls, if that matters.

© Stack Overflow or respective owner

Related posts about asp.net-ajax

Related posts about calendarextender