摘要:
/* 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.
阅读全文
摘要:
今天将GridView导出excel的时候出现如下错误:Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.解决方法:将导出时间
阅读全文