01 2012 档案

摘要:public partial class dwon : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { int fileID =int.Parse( Request.QueryString["id"].ToString()); SqlConnection con = new SqlConnection(SqlHelper.connstring); con.Open(); string sql = "select * from Files where id=' 阅读全文
posted @ 2012-01-17 16:28 ABCEAB 阅读(185) 评论(0) 推荐(0)