Solve the problem of displaying the cascading order of the CalendarExtender control in AjaxControlToolkit
Author:Eve Cole
Update Time:2009-07-06 16:36:38
I used the CalendarExtender control in a project to facilitate date selection (this control is pretty good but slow to pop out, which is very frustrating). Sometimes, due to the resolution of the monitor, part of the pop-up date will be blocked by another control. Select block. To solve this problem, you need to download the AjaxControlToolkit source code, download and open it with VS2005, find the Calendar directory, and open the Calendar.css file. Then add a z-index attribute to .ajax__calendar_container and it’s OK