資源簡介
學校網站整站系統源碼 ASP.NET C#

代碼片段和文件信息
using?System;
using?System.Collections;
using?System.Configuration;
using?System.Data;
using?System.Data.SqlClient;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
public?partial?class?BreakDes?:?System.Web.UI.Page
{
????Db?pn163?=?new?Db();
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
??????
?????
????????SqlConnection?R_Conn?=?new?SqlConnection(pn163.strConn);
????????SqlDataAdapter?R_Da?=?new?SqlDataAdapter(“select?top?10?*?from?NewView?order?by?Time?desc“?R_Conn);
????????DataSet?R_Ds?=?new?DataSet();
????????R_Da.Fill(R_Ds?“NewView“);
????????PagedDataSource?Pds?=?new?PagedDataSource();
????????Pds.DataSource?=?R_Ds.Tables[“NewView“].DefaultView;
????????Pds.AllowPaging?=?true;
????????Pds.PageSize?=?25;
????????R_Repeater.DataSource?=?Pds;
????????R_Repeater.DataBind();
?????
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????
????????SqlConnection?Conn?=?new?SqlConnection(pn163.strConn);
????????Conn.Open();
????????SqlCommand?Cmd?=?new?SqlCommand(“insert?into?BreakDes(UserNameTelAddressBreakDesMainTime)“+“values(‘“+TextBox1.Text+“‘‘“+TextBox2.Text+“‘‘“+TextBox3.Text+“‘‘“+TextBox4.Text+“‘‘“+TextBox5.Text+“‘)“?Conn);
?
????????if?(TextBox1.Text?==?““?||?TextBox2.Text?==?““?||?TextBox3.Text?==?““?||?TextBox4.Text?==?““?||?TextBox5.Text?==?““)
????????{
????????????Response.Write(“ript>alert(‘你的輸入有誤,不能提交空值!‘);history.go(-1); ript>“);
????????}
????????else
????????{
????????????Cmd.ExecuteNonQuery();
????????????Response.Write(“ript>alert(‘提交成功‘);history.go(-1);? ript>“);
??????
????????}
????????Conn.Close();
???????
????}
???
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1093??2008-08-15?11:10??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\AddClass.aspx
?????文件???????1325??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\AddClass.aspx.cs
?????文件???????1709??2008-08-15?16:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\AddView.aspx
?????文件???????2334??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\AddView.aspx.cs
?????文件???????2146??2008-08-16?01:57??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\AdminNews.aspx
?????文件???????3245??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\AdminNews.aspx.cs
?????文件???????1197??2008-08-17?07:53??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Admin_UserAdd.aspx
?????文件???????1918??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Admin_UserAdd.aspx.cs
?????文件???????1211??2008-08-22?21:01??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Class.aspx
?????文件???????1413??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Class.aspx.cs
?????文件???????1487??2008-08-19?16:58??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Default.aspx
?????文件???????1921??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Default.aspx.cs
?????文件???????3155??2008-08-16?01:20??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Default2.aspx
?????文件???????2029??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Default2.aspx.cs
?????文件????????966??2008-08-17?22:41??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Default3.aspx
?????文件???????1111??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Default3.aspx.cs
?????文件????????890??2008-08-17?07:31??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\EditClass.aspx
?????文件???????1720??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\EditClass.aspx.cs
?????文件???????1948??2008-08-22?20:39??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\EditDownLoad.aspx
?????文件???????3224??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\EditDownLoad.aspx.cs
?????文件???????1707??2008-08-18?09:59??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\EditNews.aspx
?????文件???????2657??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\EditNews.aspx.cs
?????文件????????443??2008-08-15?09:08??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Exit.aspx
?????文件????????574??2008-09-18?20:02??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\Exit.aspx.cs
?????文件????????236??2008-04-01?09:24??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\fckeditor\editor\css\behaviors\disablehandles.htc
?????文件????????822??2008-04-01?09:24??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\fckeditor\editor\css\behaviors\showtableborders.htc
?????文件???????2040??2008-04-01?09:24??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\fckeditor\editor\css\fck_editorarea.css
?????文件???????2549??2008-04-01?09:24??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\fckeditor\editor\css\fck_internal.css
?????文件???????1514??2008-04-01?09:24??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\fckeditor\editor\css\fck_showtableborders_gecko.css
?????文件????????184??2008-04-01?09:24??學校網站整站系統源碼ASP.NET?C#\ScNIC\Admin\fckeditor\editor\css\images\fck_anchor.gif
............此處省略413個文件信息
- 上一篇:仿百度貼吧程序C#版
- 下一篇:漂亮的WPF按鈕樣式,水晶效果
評論
共有 條評論