91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.09MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-29
  • 語言: C#
  • 標簽: 新聞完美??

資源簡介

新聞發布系統,div+css+asp.net+javascript.... 系統完整,代碼齊全,包括數據庫,有需要的拿去好了

資源截圖

代碼片段和文件信息

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;
using?System.IO;

public?partial?class?AddNews?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{????????
????}
????protected?void?ImageButton1_Click(object?sender?ImageClickEventArgs?e)
????{
????????if?(this.CheckBox1.Checked?==?true)??????????????//添加新聞
????????{
????????????if?(this.imgfile.Value?!=?““)
????????????{
????????????????string?path?=?““;????????????????//上傳文件?
????????????????string?extension?=?Path.GetExtension(imgfile.PostedFile.FileName).ToLower();
????????????????string?fileName?=?DateTime.Now.ToString(“yyyyMMddhhmmss“);
????????????????path?=?Server.MapPath(“.“)?+?“../imgs/“?+?fileName?+?extension;
????????????????imgfile.PostedFile.SaveAs(path);
????????????????this.Label2.Text?=?“上傳成功!“;
????????????????//this.Response.Write(“ript?language=javascript>alert(‘上傳成功!...⊙∫⊙‘)ript>“);????????????????
????????????????path?=?“http://localhost/News_System/imgs/“?+?fileName?+?extension;
????????????????string?name?=?this.TextBox1.Text;
????????????????string?type?=?this.DropDownList1.SelectedValue;
????????????????string?bj?=?this.TextBox3.Text;
????????????????string?author?=?this.TextBox4.Text;
????????????????string?pic?=?path;
????????????????string?nr?=?this.FreeTextBox1.Text;
????????????????string?ly?=?this.TextBox2.Text;
????????????????string?wm?=?this.TextBox5.Text;
????????????????string?ht?=?this.TextBox6.Text;
????????????????if?(NewsBus.AddNews(name?type?bj?author?pic?nr?ly?wm?ht))
????????????????{
????????????????????this.Label1.Text?=?“錄入成功!“;
????????????????}
????????????????else
????????????????{????????????????????
????????????????????this.Label1.Text?=?“錄入失?。 ?
????????????????}
????????????}
????????????else
????????????{
????????????????this.Label2.Text?=?“錄入失敗,請選擇圖片!“;
????????????}
????????}
????????else
????????{
????????????string?name?=?this.TextBox1.Text;
????????????string?type?=?this.DropDownList1.SelectedValue;
????????????string?bj?=?this.TextBox3.Text;
????????????string?author?=?this.TextBox4.Text;
????????????string?nr?=?this.FreeTextBox1.Text;
????????????string?ly?=?this.TextBox2.Text;
????????????string?wm?=?this.TextBox5.Text;
????????????string?ht?=?this.TextBox6.Text;
????????????if?(NewsBus.AdNews(name?type?bj?author?nr?ly?wm?ht))
????????????{
????????????????this.Label1.Text?=?“錄入成功!“;
????????????}
????????????else
????????????{
????????????????this.Label1.Text?=?“錄入失??!“;
????????????}
????????}
????}
????protected?void?ImageButton2_Click(object?sender?ImageClickEventArgs?e)
????{
???????Response.Write(“ript?language=javascript>history.go(-2);ript>“);
????}
?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????10426??2009-05-22?18:07??asp.net新聞發布系統\News_System\AddNews.aspx

?????文件???????3751??2009-05-29?18:54??asp.net新聞發布系統\News_System\AddNews.aspx.cs

?????文件???????1506??2009-05-24?09:20??asp.net新聞發布系統\News_System\App_Code\AdminDB.cs

?????文件??????17761??2009-05-29?15:29??asp.net新聞發布系統\News_System\App_Code\NewsBus.cs

?????文件???????1688??2009-05-22?14:02??asp.net新聞發布系統\News_System\App_Code\NewsDB.cs

?????文件???????2293??2009-05-27?23:24??asp.net新聞發布系統\News_System\App_Code\PubWays.cs

?????文件????3407872??2009-06-16?14:32??asp.net新聞發布系統\News_System\App_Data\NewsNetwork_Data.MDF

?????文件????3932160??2009-06-16?14:32??asp.net新聞發布系統\News_System\App_Data\NewsNetwork_Log.LDF

?????文件??????10489??2009-05-24?14:09??asp.net新聞發布系統\News_System\BackHome.aspx

?????文件???????9726??2009-05-24?14:18??asp.net新聞發布系統\News_System\BackHome.aspx.cs

?????文件?????159744??2009-05-20?19:44??asp.net新聞發布系統\News_System\Bin\FreeTextBox.dll

?????文件????????318??2009-05-20?19:44??asp.net新聞發布系統\News_System\Bin\FreeTextBox.dll.refresh

?????文件????????823??2009-05-24?13:41??asp.net新聞發布系統\News_System\Css\h_back.css

?????文件???????2185??2009-05-21?13:36??asp.net新聞發布系統\News_System\Css\h_users.css

?????文件???????4734??2009-05-29?17:05??asp.net新聞發布系統\News_System\Css\q_main.css

?????文件???????3969??2009-05-29?15:35??asp.net新聞發布系統\News_System\Css\q_more_sear.css

?????文件???????2614??2009-05-19?18:15??asp.net新聞發布系統\News_System\Css\q_show.css

?????文件???????1619??2009-05-19?19:33??asp.net新聞發布系統\News_System\Css\q_users.css

?????文件??????26949??2009-05-28?11:08??asp.net新聞發布系統\News_System\Flash\more_bom.swf

?????文件???????9909??2009-01-13?15:37??asp.net新聞發布系統\News_System\Flash\picc.swf

?????文件??????33375??2009-04-16?15:15??asp.net新聞發布系統\News_System\Flash\serach_news.swf

?????文件??????30322??2009-03-10?08:54??asp.net新聞發布系統\News_System\Flash\show_new.swf

?????文件???????2657??2009-05-20?20:36??asp.net新聞發布系統\News_System\ftb.colorpicker.aspx

?????文件????????977??2009-04-11?22:46??asp.net新聞發布系統\News_System\ftb.colorpicker.aspx.cs

?????文件???????1733??2002-01-29?22:04??asp.net新聞發布系統\News_System\ftb.colorpicker.aspx.resx

?????文件??????14832??2009-05-20?20:36??asp.net新聞發布系統\News_System\ftb.imagegallery.aspx

?????文件????????979??2009-04-11?22:46??asp.net新聞發布系統\News_System\ftb.imagegallery.aspx.cs

?????文件???????1733??2002-01-29?22:04??asp.net新聞發布系統\News_System\ftb.imagegallery.aspx.resx

?????文件???????3689??2009-05-20?20:36??asp.net新聞發布系統\News_System\ftb.inserttable.aspx

?????文件????????977??2009-04-11?22:46??asp.net新聞發布系統\News_System\ftb.inserttable.aspx.cs

............此處省略411個文件信息

評論

共有 條評論

相關資源