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/794bf435/a236a820/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/794bf435/a236a820/App_Web_oylaowct.13.cs
?#pragma checksum "d:\wwwroot\sznzpj\wwwroot\mobile\Default.aspx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DE5913DBD8C650721F0DA10787E7FE6D"

#line 1 "d:\wwwroot\sznzpj\wwwroot\mobile\Default.aspx.cs"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.IO;

public partial class mobile_Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            this.RepeaterYWList.DataSource = AccessManager.GetGong("yw", 8);
            this.RepeaterYWList.DataBind();

           this.RepeaterJSCS.DataSource = AccessManager.GetGong("jscs", 3, " Order By [Order] Desc,Id Desc");
           this.RepeaterJSCS.DataBind();

            this.RepeaterNews.DataSource = AccessManager.GetGong("News", 4, " Order By [Order] Desc,Id Desc");
          this.RepeaterNews.DataBind();
        }

    }

    public string GetImgUrl(string img, string tableName)
    {
        if (File.Exists(Server.MapPath("~/Images/" + tableName + "/" + img)))
            return "/Images/" + tableName + "/" + img;
        else
            return "Images/zwtp.png";
    }
}

#line default
#line hidden