会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
阿日斯兰
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
2013年5月3日
asp.net中DataGrid利用RenderControl导出Excel的问题
摘要: 问题:"DataGridLinkButton"的控件“DataGrid1_ctl14_ctl1“必须放在具有runat=server的窗体标记内。原因:DataGrid分页显示,RenderControl导出前需要先将分页取消解决方案:1、AllowPaging属性为Flase;2、重新绑定Grid
阅读全文
posted @ 2013-05-03 17:30 阿日斯兰
阅读(385)
评论(0)
推荐(0)
编辑
2013年2月19日
下载的Word打开出现问题:word在试图打开时遇到错误
摘要: 解决方案:解除锁定。
阅读全文
posted @ 2013-02-19 19:19 阿日斯兰
阅读(274)
评论(0)
推荐(0)
编辑
Excel数据导入时,存在Print_titles FileterDatabase Print_Area等冗余表的处理
摘要: if(str.Indexof("Print_titles") >= 0 || str.Indexof("FileterDatabase") >= 0 ||str.Indexof("Print_Area") >= 0){ Continue;}
阅读全文
posted @ 2013-02-19 19:18 阿日斯兰
阅读(710)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
公告