資源簡介
移動網上營業廳模擬系統畢業設計
網上營廳
代碼片段和文件信息
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?show?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????bind();
????????}
????}
????public?void?bind()
????{
????????SqlConnection?con?=?new?SqlConnection(“Data?Source=(local);Initial?Catalog=telsystem;Integrated?Security=True“);
????????con.Open();
????????string?strid?=?Page.Request.QueryString[“序號“];
????????string?sqlstr?=?“select?*?from?activity_table?where?序號=‘“?+?strid?+?“‘“;
????????SqlDataAdapter?myda?=?new?SqlDataAdapter(sqlstr?con);
????????DataSet?myds?=?new?DataSet();
????????myda.Fill(myds?“activity_table“);
????????DataRowView?mydv?=?myds.Tables[“activity_table“].DefaultView[0];
????????Label2.Text?=?Convert.ToString(mydv.Row[“標題“]);
????????Label3.Text?=?Convert.ToString(mydv.Row[“時間“]);
????????Label5.Text?=?Convert.ToString(mydv.Row[“活動簡介“]);
????????Label7.Text?=?Convert.ToString(mydv.Row[“參與方式“]);
????????Label9.Text?=?Convert.ToString(mydv.Row[“活動時間“]);
????????Label11.Text?=?Convert.ToString(mydv.Row[“哪些客戶可參與“]);
????????Label13.Text?=?Convert.ToString(mydv.Row[“活動內容“]);
????????Label15.Text?=?Convert.ToString(mydv.Row[“溫馨提示“]);
????????con.Close();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????11139??2010-12-27?18:48??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\activity.aspx
?????文件???????1610??2010-11-29?13:12??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\activity.aspx.cs
?????文件???????1570??2010-12-27?00:18??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\App_Code\ba
?????文件???????3885??2010-10-29?20:27??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\App_Data\Checkcode.cs
?????文件????2752512??2010-12-28?22:21??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\App_Data\tel_Data.MDF
?????文件????1048576??2010-12-28?22:21??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\App_Data\tel_Log.LDF
?????文件???????5299??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\CSs\default.css
?????文件????????602??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendar.html
?????文件?????????95??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendarbottom.html
?????文件?????????92??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendartop.html
?????文件???????2189??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalexportdialog.htm
?????文件???????2707??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalprinthost.html
?????文件?????????84??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\calendar.gif
?????文件???????1410??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\crlogo.gif
?????文件????????617??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export.gif
?????文件????????283??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\exportd.gif
?????文件???????1244??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export_over.gif
?????文件?????????78??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\First.gif
?????文件?????????78??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Firstd.gif
?????文件???????1251??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\first_over.gif
?????文件????????595??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopage.gif
?????文件????????176??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopaged.gif
?????文件???????1226??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopage_over.gif
?????文件????????257??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptree.gif
?????文件????????230??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptreed.gif
?????文件????????179??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptreepressed.gif
?????文件???????1215??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptree_over.gif
?????文件?????????79??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Last.gif
?????文件?????????79??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Lastd.gif
?????文件???????1251??2005-11-12?00:00??移動網上營業廳模擬系統畢業設計(最終版)\telsystem\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\last_over.gif
............此處省略772個文件信息
- 上一篇:LanStar8.0教育專用版120用戶
- 下一篇:狐貍模型文件
評論
共有 條評論