04 2010 档案

摘要: 在父页面访问Iframe子窗体的txtAddress控件window.frames["ifrMapCompanyDetails"].document.all("txtAddress").value = '地址' ;使用母板页的控件最好写成:document.frames['iframeApp'].document.getElementById('ctl00_ContentPlaceHolder1_...阅读全文
posted @ 2010-04-30 09:52 足够有晋 阅读(590) | 评论 (0) 编辑
摘要: 页面地址:http://blog.csdn.net/cuitht/archive/2010/02/05/5292076.aspx相关内容:http://www.tzwhx.com/newOperate/html/1/11/112/20001.htmlhttp://www.soaspx.com/dotnet/csharp/csharp_20100323_3400.htmlhttp://www.diy...阅读全文
posted @ 2010-04-12 15:56 足够有晋 阅读(307) | 评论 (0) 编辑
摘要: string sql = "Select * from Orders"; string DBConfig_sql = @"Data Source=WAN-9013A0BB35C\SQL2005;Initial Catalog=Northwind;User ID=sa"; DataSet ds = new DataSet(); SqlConnection sqlCon = new SqlConnec...阅读全文
posted @ 2010-04-12 15:15 足够有晋 阅读(215) | 评论 (0) 编辑