摘要:
有滚动条的ASP.Net DataGrid控件: using System; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Web.UI.Design.W... 阅读全文
posted @ 2009-06-17 16:15
栢芯
阅读(345)
评论(0)
推荐(0)
摘要:
1.与数据库绑定 SqlConnection conn= new SqlConnection(ConfigurationSettings.AppSettings["job"]);//数据库连接信息 SqlCommand myCommand = new SqlCommand( "select * from info", conn ); //SQL命令 myCommand.Connection.Ope... 阅读全文
posted @ 2009-06-17 00:22
栢芯
阅读(849)
评论(0)
推荐(0)

浙公网安备 33010602011771号