会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Powerlc的BLog
.net程序
博客园
首页
新随笔
新文章
联系
管理
订阅
2005年8月27日
Repeater导出为excel格式
摘要: 数据绑定到Repeater1 ,下面是将Repeater1的内容导出的示例代码 System.IO.StringWritersw=newSystem.IO.StringWriter();System.Web.UI.HtmlTextWriterhw=newSystem.Web.UI.HtmlTextWriter(sw);this.Repeater1.RenderControl(hw);Respons...
阅读全文
posted @ 2005-08-27 11:08 powerlc
阅读(4268)
评论(6)
推荐(1)
编辑
公告