資源簡介
頁面精美用于畢業(yè)論文,某計算機系網站初稿(頁面精美)

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.SqlClient;
public?partial?class?AddNews?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????????DropDownListBind();
????}
????public?void?DropDownListBind()
????{
????????SqlConnection?SqlConn?=?new?SqlConnection(ConfigurationManager.ConnectionStrings[“newsconn“].ConnectionString);
????????SqlConn.Open();
????????string?sql?=?“select?l_idl_name?from?leixing“;
????????SqlDataAdapter?da?=?new?SqlDataAdapter(sql?SqlConn);
????????DataSet?ds?=?new?DataSet();
????????da.Fill(ds?“tt“);
????????DropDownList1.DataTextField?=?“l(fā)_name“;
????????DropDownList1.DataValueField?=?“l(fā)_id“;
????????DropDownList1.DataSource?=?ds.Tables[“tt“];
????????DropDownList1.DataBind();
????????SqlConn.Close();
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????string?strID?=?System.Guid.NewGuid().ToString();//GUID編號ID
????????string?strTime?=?System.DateTime.Now.ToString();//當前時間
????????string?sql?=?“INSERT?INTO?News(l_idn_idn_titlen_contentn_time)?VALUES?(‘“?+?DropDownList1.SelectedItem.Value?+?“‘‘“?+?strID?+?“‘‘“?+?TextBox1.Text?+?“‘‘“?+?Editor1.Text?+?“‘‘“?+?strTime?+?“‘)“;
????????String?ConnStr?=?“Server=(local);User?id=sa;Pwd=;Database=xinwen“;
????????SqlConnection?SqlConn?=?new?SqlConnection(ConfigurationManager.ConnectionStrings[“newsconn“].ConnectionString);
????????SqlConn.Open();
????????SqlCommand?comm?=?new?SqlCommand(sql?SqlConn);
????????comm.ExecuteNonQuery();
????????SqlConn.Close();
????????Response.Redirect(“EditList.aspx“);
????}
????protected?void?Button2_Click(object?sender?EventArgs?e)
????{
????????TextBox1.Text?=?““;
????????Editor1.Text?=?““;
????}
????protected?void?Button3_Click(object?sender?EventArgs?e)
????{
????????Response.Redirect(“Default.aspx“);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2831??2007-06-10?18:41??某學院計算機系網站初稿(頁面精美)源代碼\login.aspx
?????文件????????801??2007-06-10?18:41??某學院計算機系網站初稿(頁面精美)源代碼\login.aspx.cs
?????文件??????28727??2007-11-05?09:41??某學院計算機系網站初稿(頁面精美)源代碼\main.master
?????文件???????1852??2007-06-10?16:45??某學院計算機系網站初稿(頁面精美)源代碼\main.master.cs
?????文件??????11045??2007-06-10?16:20??某學院計算機系網站初稿(頁面精美)源代碼\news.master
?????文件????????411??2006-06-10?15:05??某學院計算機系網站初稿(頁面精美)源代碼\news.master.cs
?????文件???????1028??2007-06-10?16:55??某學院計算機系網站初稿(頁面精美)源代碼\View.aspx
?????文件????????965??2006-06-10?15:10??某學院計算機系網站初稿(頁面精美)源代碼\View.aspx.cs
?????文件???????1789??2007-11-05?09:36??某學院計算機系網站初稿(頁面精美)源代碼\Web.Config
?????文件????????125??2007-03-27?14:33??某學院計算機系網站初稿(頁面精美)源代碼\最新Asp.Net源碼下載.url
?????文件???????1198??2007-06-10?18:24??某學院計算機系網站初稿(頁面精美)源代碼\App_Code\myClass.cs
?????文件????1835008??2007-11-05?09:55??某學院計算機系網站初稿(頁面精美)源代碼\App_Data\51aspx_xinwen.mdf
?????文件????1048576??2007-11-05?09:55??某學院計算機系網站初稿(頁面精美)源代碼\App_Data\51aspx_xinwen_log.ldf
?????文件????2031616??2007-11-05?09:55??某學院計算機系網站初稿(頁面精美)源代碼\App_Data\xinwen_Data.MDF
?????文件????3538944??2007-11-05?09:55??某學院計算機系網站初稿(頁面精美)源代碼\App_Data\xinwen_Data_Log.ldf
?????文件???????3072??2006-06-10?15:30??某學院計算機系網站初稿(頁面精美)源代碼\Bin\App_Licenses.dll
?????文件?????376832??2005-09-30?17:31??某學院計算機系網站初稿(頁面精美)源代碼\Bin\CuteEditor.dll
?????文件????????112??2007-01-31?23:07??某學院計算機系網站初稿(頁面精美)源代碼\Bin\CuteEditor.dll.refresh
?????文件??????45056??2005-09-22?21:55??某學院計算機系網站初稿(頁面精美)源代碼\Bin\CuteEditor.ImageEditor.dll
?????文件????????112??2005-10-18?21:45??某學院計算機系網站初稿(頁面精美)源代碼\Bin\CuteEditor.lic
?????文件??????32768??2005-09-11?19:53??某學院計算機系網站初稿(頁面精美)源代碼\Bin\CuteEditorWeb.dll
?????文件??????12288??2005-09-11?22:18??某學院計算機系網站初稿(頁面精美)源代碼\Bin\CuteEditorWeb_vb.dll
?????文件?????106496??2005-04-16?22:24??某學院計算機系網站初稿(頁面精美)源代碼\Bin\NetSpell.SpellChecker.dll
?????文件?????135168??2005-10-10?00:34??某學院計算機系網站初稿(頁面精美)源代碼\Bin\Seaskyer.WebApp.Utility.dll
?????文件??????11527??2007-07-06?14:06??某學院計算機系網站初稿(頁面精美)源代碼\css\st
?????文件???????2494??2005-09-22?21:55??某學院計算機系網站初稿(頁面精美)源代碼\CuteSoft_Client\CuteEditor\ColorPicker.Aspx
?????文件??????22653??2005-09-22?21:55??某學院計算機系網站初稿(頁面精美)源代碼\CuteSoft_Client\CuteEditor\ColorPicker.fr
?????文件???????7161??2005-09-22?21:55??某學院計算機系網站初稿(頁面精美)源代碼\CuteSoft_Client\CuteEditor\ColorPicker.htc.aspx
?????文件???????8225??2005-09-08?13:33??某學院計算機系網站初稿(頁面精美)源代碼\CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Default.config
?????文件???????8225??2005-09-06?01:52??某學院計算機系網站初稿(頁面精美)源代碼\CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Full.config
............此處省略1419個文件信息
- 上一篇:asp .NET 房地產項目完整版
- 下一篇:asp.ent項目管理系統(tǒng)
評論
共有 條評論