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/30d84c9f/424ff89a/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/30d84c9f/424ff89a/App_Web_9kzs1b3b.3.cs
?#pragma checksum "D:\wwwroot\nuoya\wwwroot\usercontrols\bottom.ascx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F6EC41905C814CF537CEE5A2E4F9CAA8"

#line 1 "D:\wwwroot\nuoya\wwwroot\usercontrols\bottom.ascx.cs"
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;

public partial class usercontrols_bottom : System.Web.UI.UserControl
{

    protected void Page_Load(object sender, EventArgs e)
    {
        DataTable dts1 = DBHelper.GetDataSet("select  * from links where typeid<>0 order by sort asc,id desc");
        Repeater1.DataSource = dts1;
        Repeater1.DataBind();

        DataTable dts4 = DBHelper.GetDataSet("select * from xia where id=59 order by sort asc,id desc");
        Repeater4.DataSource = dts4;
        Repeater4.DataBind();
    }
}


#line default
#line hidden