资源简介
移动网上营业厅模拟系统毕业设计
网上营厅
代码片段和文件信息
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用户
- 下一篇:狐狸模型文件
评论
共有 条评论