|
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/cae6aa2e/15328683/ |
?#pragma checksum "D:\wwwroot\anlian2025\wwwroot\UserControls\Category.ascx.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "86E7A968BDCD89C7409AF540A1BCBE24FB003740"
#line 1 "D:\wwwroot\anlian2025\wwwroot\UserControls\Category.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.Data.SqlClient;
using basic;
public partial class Category : System.Web.UI.UserControl
{
public BasicPage bp = new BasicPage();
public DataSet dst = new DataSet();
public int intCount = 0;
public DataSet dstSub = new DataSet();
public int intCountSub = 0;
public DataSet dstSub2 = new DataSet();
public int intCountSub2 = 0;
protected void Page_Load(object sender, EventArgs e)
{
showContent();
}
protected void showContent()
{
dst = bp.SelectDataBase("ProClass", "select * from ProClass where ParentId=0 and State=0 order by Paixu desc,Id asc");
intCount = dst.Tables[0].Rows.Count;
}
protected void showContentSub(int Id)
{
dstSub = bp.SelectDataBase("ProClass", "select * from ProClass where ParentId=" + Id + " and State=0 order by Paixu desc,Id asc");
intCountSub = dstSub.Tables[0].Rows.Count;
}
protected void showContentSub2(int Id)
{
dstSub2 = bp.SelectDataBase("ProClass", "select * from ProClass where ParentId=" + Id + " and State=0 order by Paixu desc,Id asc");
intCountSub2 = dstSub2.Tables[0].Rows.Count;
}
}
#line default
#line hidden