如何制作CalendarExtender,扩展位于ModalPopupExtender内的TextBox,以显示在ModalPopupExtender前面? 将这一点 javascript添加到您的页面: function calendarShown(sender, args) { sender._popupBehavior._element.style.zIn
function calendarShown(sender, args) { sender._popupBehavior._element.style.zIndex = 10005; }
然后在日历扩展程序的属性中添加:
OnClientShown="calendarShown"