停灯向晓  

/* from: http://hi.baidu.com/stockzh/blog/item/e833a94c3c5aedf2d62afc48.html */

 

在项目中的CSS中添加下面的样式,就可以解决CalendarExtender被DropList遮挡的问题。
.ajax__calendar {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
}
.ajax__calendar iframe
{
    left: 0px !important;
    top: 0px !important;
}


日期格式本地化
CalendarExtender本地化需要在ScriptManager 中添加
EnableScriptGlobalization="true" EnableScriptLocalization="true"

posted on 2010-09-17 09:32  kofkyo  阅读(170)  评论(0编辑  收藏  举报