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/1e548f10/81a76257/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/1e548f10/81a76257/App_Web_jzawt01u.5.cs
?#pragma checksum "D:\wwwroot\fanyi0515\wwwroot\control\main_right.ascx.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "357075BDAE36B26A4E071DEBD870809A0A052BFC"

#line 1 "D:\wwwroot\fanyi0515\wwwroot\control\main_right.ascx.cs"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.OleDb;
using Company_Info;
using Sun_KY;
using System.Web.Security;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls.WebParts;

public partial class control_main_right : System.Web.UI.UserControl
{
    public Sun_Company_Class _company = new Sun_Company_Class();
    protected void Page_Load(object sender, EventArgs e)
    {
        //string sql = "select top 10 id,title from newscontent where hit=96 order by id asc";
        //OleDbDataReader dr = Sun_KY.SqlAccess.ExecuteReader(Sun_KY.SqlAccess.ConnectionString, sql);
        //Repeater1.DataSource = dr;
        //Repeater1.DataBind();
        //dr.Close();

        //sql = "select top 10 id,title from newscontent  order by id desc";
        //dr = Sun_KY.SqlAccess.ExecuteReader(Sun_KY.SqlAccess.ConnectionString, sql);
        //if (dr.HasRows)
        //{
        //    Repeater2.DataSource = dr;
        //    Repeater2.DataBind();
        //}
        //dr.Close();
        //dr.Dispose();
        //if (Cache["CompanyInfo"] == null)
        //{
        //    _company = Sun_Company_Class.GetCompanyInfo();
        //}
        //else
        //{
        //    _company = (Sun_Company_Class)Cache["CompanyInfo"];
        //}
    }
}

#line default
#line hidden