|
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/b8bcf8c8/45c44a59/ |
?#pragma checksum "D:\wwwroot\patena\wwwroot\usercontrols\Foot.ascx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1DB846BE067BCAEAD6CB6016249EA6A9"
#line 1 "D:\wwwroot\patena\wwwroot\usercontrols\Foot.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 TCLinkBLL;
using TCLinkModel;
using System.Text;
using System.Collections.Generic;
public partial class usercontrols_Foot : System.Web.UI.UserControl
{
public string count = "";
public string footer;
NewsManager nmanager = new NewsManager();
FriendLinkManager fmanager = new FriendLinkManager();
protected void Page_Load(object sender, EventArgs e)
{
BindCount();
}
public void BindCount()
{
//绑定网站信息
DataTable dt = nmanager.NewsByType(204, 1);
if (dt.Rows.Count > 0)
{
footer = dt.Rows[0]["NContent"].ToString();
}
////绑定交谊链接
//this.yqlj.DataSource = fmanager.GetFriendLinkList();
//this.yqlj.DataBind();
}
}
#line default
#line hidden