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/a9c620a6/adfd1229/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/a9c620a6/adfd1229/App_Web_header.ascx.cc961b29.gdh1zcqz.1.cs
?#pragma checksum "D:\wwwroot\skypoms23com\wwwroot\control\header.ascx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C42418616B1A99B247CE5D9EEEB3ED0D"

#line 1 "D:\wwwroot\skypoms23com\wwwroot\control\header.ascx.cs"
using System;
using System.Data;
public partial class control_header : System.Web.UI.UserControl
{
    UI ui = new UI();
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            DataTable dt = SqlHelper.Query("select WebName,Address,Fax,TelePhone,ICP,WebName,LinkMan,Email,CellPhone from about where ID=1").Tables[0];
            if (dt.Rows.Count > 0)
            {
                litwebname.Text = dt.Rows[0]["WebName"].ToString();
                littelephone.Text = dt.Rows[0]["TelePhone"].ToString();
                litcellphone.Text = dt.Rows[0]["CellPhone"].ToString();
            }
            ui.BindRepeater(replist, ui.getADlist(41, 69));
        }
    }
}


#line default
#line hidden