• 大小: 1.11MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-23
  • 语言: C#
  • 标签: 车辆管理  

资源简介

后台包括部门管理、车辆管理、用户管理、车辆公告、司机管理、用车记录等 由于是正在实用的商业化程序,所以功能比较齐全 已经把其中部分涉及到隐私的内容进行了模糊化 数据库文件在DB文件夹下,打开企业管理器附加即可 默认超级管理员帐号admin 密码 51aspx

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
namespace CarControl
{
/// 
/// addcarForm 的摘要说明。
/// 

public class addcarForm : System.Web.UI.Page
{
protected System.Web.UI.WebControls.TextBox TextBox1;
protected System.Web.UI.WebControls.TextBox TextBox2;
protected System.Web.UI.WebControls.TextBox TextBox5;
protected System.Web.UI.WebControls.TextBox TextBox6;
protected System.Web.UI.WebControls.DropDownList DropDownList1;
protected System.Web.UI.WebControls.DropDownList DropDownList2;
protected System.Web.UI.WebControls.Button Button1;

protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;
protected System.Web.UI.WebControls.TextBox TextBox3;
protected System.Web.UI.WebControls.Label Label1;

private void Page_Load(object sender System.EventArgs e)
{
if(Session[“S_username“].ToString()==““)
{
Response.Redirect(“index.aspx“);
}

if(Session[“S_userrule“].ToString()==““)
{
Response.Redirect(“main1.aspx“);
}// 在此处放置用户代码以初始化页面
if(!IsPostBack)
{   
//初始化单位名单
string SqlConn=System.Configuration.ConfigurationSettings.AppSettings[“ConnString“];
SqlConnection Conn=new SqlConnection(SqlConn);
Conn.Open();
string sqlstring=“select * from bumen“;
SqlDataAdapter myadapter =new SqlDataAdapter(sqlstringConn);
DataSet ds=new DataSet();
myadapter.Fill(ds“bumen“);
DropDownList1.DataSource=ds;
DropDownList1.DataTextField=“type“;
DropDownList1.DataValueField=“type“;
DropDownList1.DataBind();
DropDownList1.Items.Add(“暂无“);
                DropDownList1.Items[DropDownList1.Items.Count-1].Value=““;
                DropDownList1.SelectedIndex=this.DropDownList1.Items.Count - 1;
        //初始化司机名单
                string sqlstring1=“select * from [user] where part=‘院办(车队)‘“;
SqlCommand cmd=new SqlCommand();
cmd.Connection=Conn;
cmd.CommandText=sqlstring1;
SqlDataReader dsread=cmd.ExecuteReader();
if(!dsread.Read())
{
DropDownList2.Items.Add(“任意人“);
DropDownList2.Items[DropDownList2.Items.Count-1].Value=““;
DropDownList2.SelectedIndex=this.DropDownList2.Items.Count - 1;
}
else
{   
dsread.Close();
SqlDataAdapter myadapter1 =new SqlDataAdapter(sqlstring1Conn);
DataSet ds1=new DataSet();
myadapter1.Fill(ds1“user“);
DropDownList2.DataSource=ds1;
DropDownList2.DataTextField=“name“;
DropDownList2.DataValueField=“name“;
DropDownList2.DataBind();
DropDownList2.Items.Add(“任意人“);
DropDownList2.Ite

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......      4318  2007-03-10 15:23  wangyeba.com\车辆管理系统源码(asp.net)\addcarForm.aspx

    .......      5323  2007-03-10 15:23  wangyeba.com\车辆管理系统源码(asp.net)\addcarForm.aspx.cs

    .......      5317  2007-03-10 15:23  wangyeba.com\车辆管理系统源码(asp.net)\addcarForm.aspx.resx

    .......      2115  2007-01-27 11:34  wangyeba.com\车辆管理系统源码(asp.net)\AssemblyInfo.cs

    .......      4685  2007-03-10 15:53  wangyeba.com\车辆管理系统源码(asp.net)\beifen.aspx

    .......      5620  2007-03-10 15:53  wangyeba.com\车辆管理系统源码(asp.net)\beifen.aspx.cs

    .......      5317  2007-03-10 15:53  wangyeba.com\车辆管理系统源码(asp.net)\beifen.aspx.resx

    .......    102400  2007-04-13 14:59  wangyeba.com\车辆管理系统源码(asp.net)\bin\car1.dll

    .......    228864  2007-04-13 14:59  wangyeba.com\车辆管理系统源码(asp.net)\bin\car1.pdb

     目录          0  2007-04-16 12:31  wangyeba.com\车辆管理系统源码(asp.net)\bin

    .......       626  2007-01-29 18:51  wangyeba.com\车辆管理系统源码(asp.net)\bottom.aspx

    .......       952  2007-01-29 18:51  wangyeba.com\车辆管理系统源码(asp.net)\bottom.aspx.cs

    .......      1733  2002-01-30 13:04  wangyeba.com\车辆管理系统源码(asp.net)\bottom.aspx.resx

    .......     65782  2007-03-19 23:04  wangyeba.com\车辆管理系统源码(asp.net)\car1.csproj

    .......       106  2007-04-13 14:50  wangyeba.com\车辆管理系统源码(asp.net)\car1.csproj.webinfo

    .......      5261  2007-04-13 14:28  wangyeba.com\车辆管理系统源码(asp.net)\careditForm.aspx

    .......      9032  2007-04-13 14:28  wangyeba.com\车辆管理系统源码(asp.net)\careditForm.aspx.cs

    .......      5317  2007-04-12 22:35  wangyeba.com\车辆管理系统源码(asp.net)\careditForm.aspx.resx

    .......      1720  2007-02-05 22:46  wangyeba.com\车辆管理系统源码(asp.net)\car_action.aspx

    .......      2024  2007-02-06 00:59  wangyeba.com\车辆管理系统源码(asp.net)\car_action.aspx.cs

    .......      5317  2007-02-05 22:08  wangyeba.com\车辆管理系统源码(asp.net)\car_action.aspx.resx

    .......      3414  2007-03-14 14:45  wangyeba.com\车辆管理系统源码(asp.net)\car_care.aspx

    .......      2616  2007-03-13 18:33  wangyeba.com\车辆管理系统源码(asp.net)\car_care.aspx.cs

    .......      5317  2007-03-11 19:34  wangyeba.com\车辆管理系统源码(asp.net)\car_care.aspx.resx

    .......      5159  2007-03-13 18:05  wangyeba.com\车辆管理系统源码(asp.net)\car_careadd.aspx

    .......      3607  2007-03-13 18:20  wangyeba.com\车辆管理系统源码(asp.net)\car_careadd.aspx.cs

    .......      5317  2007-03-13 18:20  wangyeba.com\车辆管理系统源码(asp.net)\car_careadd.aspx.resx

    .......      5159  2007-03-13 16:53  wangyeba.com\车辆管理系统源码(asp.net)\car_careset.aspx

    .......      5165  2007-03-13 18:47  wangyeba.com\车辆管理系统源码(asp.net)\car_careset.aspx.cs

    .......      5317  2007-03-13 17:26  wangyeba.com\车辆管理系统源码(asp.net)\car_careset.aspx.resx

............此处省略364个文件信息

评论

共有 条评论