918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/a99112df/ca2a8923/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/a99112df/ca2a8923/App_Web_rifakked.1.cs
?#pragma checksum "D:\wwwroot\ldxynb\wwwroot\denglu\zhuce.aspx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "60B2611C61E7908EE8142AE606BF76B2"

#line 1 "D:\wwwroot\ldxynb\wwwroot\denglu\zhuce.aspx.cs"
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using CoreClass;
using System.Data.OleDb;

public partial class denglu_zhuce : System.Web.UI.Page
{


    #region 界说
    public string newsHtml;
    public DBCommon DB = new DBCommon();
    public PublicFunction pubfun = new PublicFunction();
    yingshi dy = new yingshi();
    public int classid = 0;
    public int channelid = 0;


    public string classidname = "";

    public int classidss = 0;


    public string dddname = "";
    public string dddnamehref = "";

    public string tianlename = "";
    public string caddtimes = "";



    #endregion

    protected void Page_Load(object sender, EventArgs e)
    {

    }
    protected void btn_sub_ServerClick(object sender, EventArgs e)
    {
        if (username.Value.Replace("'", "").ToString() != "" && password.Value.Replace("'", "").ToString() != "" && username.Value.Replace("'", "").ToString() != "请输入账号" && password.Value.Replace("'", "").ToString() != "请输入密码")
        {

            //Response.Write("Insert into downinfo(title,[name],add,city,province) values('" + username.Value.Replace("'", "") + "','" + password.Value.Replace("'", "") + "','" + dz.Value.Replace("'", "") + "','" + sjr.Value.Replace("'", "") + "','" + sjh.Value.Replace("'", "") + "'  )");


            DataSet dt_car = new DataSet();
            dt_car = dy.chaxun("select * from downinfo where title='" + username.Value.Replace("'", "") + "' ");
            if (dt_car.Tables[0].Rows.Count > 0)
            {
                dy.java("请批改用户名,沉新注册!", "zhuce.aspx");
            }
            else
            {
                dy.user("Insert into downinfo(title,[name],[add],city,province) values('" + username.Value.Replace("'", "") + "','" + password.Value.Replace("'", "") + "','" + dz.Value.Replace("'", "") + "','" + sjr.Value.Replace("'", "") + "','" + sjh.Value.Replace("'", "") + "'  )");
            }
        

            dy.java("注册成功,请登录!", "denglu.aspx");

        }
        else
        {

            dy.java("不能为空!", "zhuce.aspx");
        }


    

    }
}


#line default
#line hidden