随笔 - 78  文章 - 1  评论 - 126  阅读 - 19万
02 2009 档案
ajax OPTION
摘要:[代码][代码] 阅读全文
posted @ 2009-02-12 14:28 myx 阅读(429) 评论(0) 推荐(0)
获取海洋天气预报
摘要: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 阅读(759) 评论(0) 推荐(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 阅读(292) 评论(0) 推荐(0)
在WebAsyncRefreshPanel控件里面的页面跳转和弹出提示
摘要://页面跳转 private void PageRedirect(string url, Infragistics.WebUI.Misc.WebAsyncRefreshPanel _WebAsyncRefreshPanel) { _WebAsyncRefreshPanel.Controls.Add(new LiteralControl("")); } ... 阅读全文
posted @ 2009-02-06 11:03 myx 阅读(517) 评论(1) 推荐(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) 推荐(0)


点击右上角即可分享
微信分享提示