2008年4月21日
摘要: .模态窗口的打开,model window open2.模态窗口的关闭,model window close3.模态窗口的传递参数,model window get valuse4.其他....,other .. 1.window.showModalDialog("DialogPage.aspx","newwin","dialogHeight: 200px; dialogWidth: 150px;... 阅读全文
posted @ 2008-04-21 16:11 heart-in-sky 阅读(4677) 评论(0) 推荐(0)
摘要: /// <summary>/// 判断是否是数字/// </summary>/// <param name="str">字符串</param>/// <returns></returns>public static bool IsNumeric(string str){if (str == null || str.Length... 阅读全文
posted @ 2008-04-21 14:35 heart-in-sky 阅读(207) 评论(0) 推荐(0)