資源簡介
基于asp.net旅游網(wǎng)站的開發(fā),程序語言是C#,包括數(shù)據(jù)庫圖片等等都很齊全

代碼片段和文件信息
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;
public?partial?class?bulletin?:?Sper.baseuser
{
????protected?override?void?Page_Load(object?sender?EventArgs?e)
????{
????????base.Page_Load(sender?e);
????????if?(!IsPostBack)
????????{
????????????if?(PageValidate.IsNumber(Request.QueryString[“Nid“]))
????????????{
????????????????bindC();
????????????}
????????}
????}
????void?bindC()
????{
????????string?sql?=?“select?*?from?bulletin?where?id=“?+?Request.QueryString[“Nid“]?+?““;
????????DataSet?ds?=?DbHelperSQL.Query(sql);
????????this.Repeater1.DataSource?=?ds.Tables[0];
????????this.Repeater1.DataBind();
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????4945??2007-07-18?09:38??uploads\200712\from.gif
????..A.SH.?????63488??2007-12-13?00:59??uploads\200712\Thumbs.db
?????目錄??????????0??2007-12-14?12:05??uploads\200712
?????目錄??????????0??2007-12-05?22:40??uploads
?????文件???????1825??2007-12-14?11:16??51aspx源碼必讀.txt
?????文件???????1455??2007-07-26?22:23??bulletin.aspx
?????文件????????880??2007-07-26?22:21??bulletin.aspx.cs
?????文件???????5410??2007-12-12?00:27??Default.aspx
?????文件???????4624??2007-12-07?22:40??Default.aspx.cs
?????文件???????4945??2007-07-18?09:38??from.gif
?????文件???????3918??2007-12-06?17:32??hotel.aspx
?????文件???????1610??2007-11-29?01:56??hotel.aspx.cs
?????文件???????3656??2007-12-12?01:00??hotel_show.aspx
?????文件???????1687??2007-12-12?01:56??hotel_show.aspx.cs
?????文件????????441??2007-03-13?01:36??images.aspx
?????文件????????742??2007-07-23?22:33??images.aspx.cs
?????文件???????5758??2007-07-25?15:57??login.aspx
?????文件????????494??2007-07-24?20:17??login.aspx.cs
?????文件???????6903??2007-12-07?00:39??lvyou_order.aspx
?????文件???????6860??2007-12-07?00:49??lvyou_order.aspx.cs
?????文件???????2787??2007-12-07?23:20??MasterPage.master
?????文件???????1217??2007-11-30?15:22??MasterPage.master.cs
?????文件???????3577??2007-08-08?12:06??news.aspx
?????文件???????1387??2007-07-22?16:01??news.aspx.cs
?????文件???????3544??2007-12-07?21:53??news_list.aspx
?????文件???????1857??2007-11-28?22:15??news_list.aspx.cs
?????文件???????3138??2007-12-12?02:00??news_shows.aspx
?????文件???????2729??2007-12-12?02:00??news_shows.aspx.cs
?????文件???????9007??2007-08-23?15:41??register.aspx
?????文件???????8043??2007-09-25?01:37??register.aspx.cs
............此處省略1146個(gè)文件信息
- 上一篇:C#開發(fā)的聊天小程序
- 下一篇:自做項(xiàng)目——打地鼠C#
評論
共有 條評論