
web
Mushroom_lb
系统架构 软件设计 全栈工程师
展开
-
DevExpress Report web 绑定数据后没有显示的解决方法
1、说明 在aspx页面中点击按钮,在reportview中显示报表,但是点击按钮后没有反应 2、解决 (1)不要讲reportview和具体的报表在设计时建立绑定关系 (2)在page_load事件中添加如下代码 if (!IsPostBack & !IsCallback) Session["Value"] = null;原创 2012-08-13 10:38:44 · 3637 阅读 · 0 评论 -
ASPxGridView Exception has been thrown by the target of an invocation
在调试web页面时有时会报如下错误: ASPxGridView Exception has been thrown by the target of an invocation 解决方法 报这个错误的原因是由于在业务处理层出现错误,一般是访问数据库造成的错误,修改后即可解决原创 2012-08-10 18:27:24 · 6231 阅读 · 0 评论