会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
myx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
2009年2月6日
在WebAsyncRefreshPanel控件里面的页面跳转和弹出提示
摘要: //页面跳转 private void PageRedirect(string url, Infragistics.WebUI.Misc.WebAsyncRefreshPanel _WebAsyncRefreshPanel) { _WebAsyncRefreshPanel.Controls.Add(new LiteralControl("")); } ...
阅读全文
posted @ 2009-02-06 11:03 myx
阅读(514)
评论(1)
推荐(0)
编辑
2009年2月4日
datatable to csv
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// DataTableToCsv /// /// /// 文件名称,不用后缀 /// /// 文件格式 ///每条记...
阅读全文
posted @ 2009-02-04 14:45 myx
阅读(1605)
评论(0)
推荐(0)
编辑
2009年1月19日
UltraWebGrid 新增加行
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //取出UltraWebGrid1的key() ArrayList alItemId = new ArrayList(); Ro...
阅读全文
posted @ 2009-01-19 17:59 myx
阅读(477)
评论(0)
推荐(0)
编辑
2008年12月4日
DataTable
摘要: 选择DataTable中的唯一值 在.NET Framework2.0中,选择DataTable等数据源中的唯一值(类似SQL中Distinct的返回结果)非常简单,如下即可: DataTable d = dataSetName.dataTableName.DefaultView.ToTable(true, new string[] { "ColumnName" }); 在.NET Framewo...
阅读全文
posted @ 2008-12-04 17:54 myx
阅读(374)
评论(0)
推荐(0)
编辑
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页