上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
  2009年3月19日
摘要: void EmptyTextBox(ControlCollection cc) { for (int i = 0; i < cc.Count; i++) { if (cc[i].GetType() == typeof(TextBox)) { ((TextBox)cc[i]).Text = string.Empty; } if (cc[i].HasControls()) { EmptyText... 阅读全文
posted @ 2009-03-19 10:43 myx 阅读(806) 评论(0) 推荐(0)
  2009年2月12日
摘要: [代码][代码] 阅读全文
posted @ 2009-02-12 14:28 myx 阅读(434) 评论(0) 推荐(0)
  2009年2月11日
摘要: 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 阅读(772) 评论(0) 推荐(0)
  2009年2月6日
摘要: 用这 document.getElementById("WebImageButton1").disabled = true; 要鼠标点击了图片才变。 如果鼠标不点用js控制就得这样写: ig_getWebControlById("WebImageButton1").setEnabled(false); 具体见:http://help.infragistics.com/Help/NetAdva... 阅读全文
posted @ 2009-02-06 12:05 myx 阅读(300) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页