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__8prcpul.1.cs
?#pragma checksum "D:\wwwroot\ldxynb\wwwroot\shop\chuxingdaibu.aspx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "2E9EC971C233A1F5D3B6CCF31480714C"

#line 1 "D:\wwwroot\ldxynb\wwwroot\shop\chuxingdaibu.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;
using System.Text.RegularExpressions;

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

    public string namew = "";

    #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 = "";

    public string namewzh = "";
    


    #endregion


    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {


            if (Session["delddl"] != null)
            {
                namew = "当前用户: <span style='color: red'>" + Session["delddl"].ToString() + "<span style='color:#cccccc; font-size:12px;'>(幼我中心)</span></span>";
                namewzh = "退出账户";
            }
            else
            {
                namew = "未登录";
                namewzh = "";

            }



            //if (classid <= 0 && channelid <= 0)
            //{
            //    ////产品类别
            //    //pubfun.Bind(Repeater2, "select * from class where channelid=2  order by ordernum asc");
            //    channelid = 2;
            //}

            //string strsql = "";
            //if (classid > 0)
            //{
            //    strsql += " and classid=" + classid;

            //}
            //if (channelid > 0)
            //{
            //    strsql += " and channelid=" + channelid;

            //}

            string sql = "select * from Info where  Inspect=true and channelid=8 order by ordernum desc,addtime desc";

            DataSet dt_ss = new DataSet();
            dt_ss = dy.chaxun(sql);

            Repeater1.DataSource = dt_ss.Tables[0];
            Repeater1.DataBind();


        }

    }
 








}


#line default
#line hidden