第一篇:ASP.NET的網站新聞管理系統設計與實現[定稿]
【摘要】利用ASp.NET和ADO.NET技術開發的網站新聞管理系統,實現了網站新聞的動態管理,使得對信息的管理更加及時、高效,提高了工作效率。同時對系統的開發原理、系統的功能特點和設計方案進行了介紹。【關鍵詞】ASp.NET ADO.NET 新聞 管理 數據庫隨著Internet的普及,越來越多的企業建立了自己的www.tmdps.cnmand cmd=new SqlCommand(sql,conn);dr=cmd.ExecuteReader();//保留用戶注冊與否信息bool isRegUserExist=dr.Read();//關閉DataReaderdr.Close();//取得用戶名的密碼string sqlBoth=“select * from reg where name='”+name+“'”;sqlBoth+=“and pwd='”+pwd+“'”;SqlCommand cmdBoth=new SqlCommand(sqlBoth,conn);SqlDataReader drBoth;drBoth=cmdBoth.ExecuteReader();//保留用戶名+密碼同時存在信息bool isBothExist=drBoth.Read();//關閉DataReaderdrBoth.Close();conn.Close();//判斷用戶是否注冊if(!isRegUserExist){Response.Write(“