获取海洋天气预报
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> protected string GetTq(out string publishDate) { string getTxt = string.Empty; ...
阅读全文
posted @
2009-02-11 11:06
myx
阅读(755)
推荐(0) 编辑
WebImageButton does not change images after being enabled in Javascript
摘要:用这 document.getElementById("WebImageButton1").disabled = true; 要鼠标点击了图片才变。 如果鼠标不点用js控制就得这样写: ig_getWebControlById("WebImageButton1").setEnabled(false); 具体见:http://help.infragistics.com/Help/NetAdva...
阅读全文
posted @
2009-02-06 12:05
myx
阅读(291)
推荐(0) 编辑
在WebAsyncRefreshPanel控件里面的页面跳转和弹出提示
摘要://页面跳转 private void PageRedirect(string url, Infragistics.WebUI.Misc.WebAsyncRefreshPanel _WebAsyncRefreshPanel) { _WebAsyncRefreshPanel.Controls.Add(new LiteralControl("")); } ...
阅读全文
posted @
2009-02-06 11:03
myx
阅读(515)
推荐(0) 编辑
datatable to csv
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// DataTableToCsv /// /// /// 文件名称,不用后缀 /// /// 文件格式 ///每条记...
阅读全文
posted @
2009-02-04 14:45
myx
阅读(1606)
推荐(0) 编辑