using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace LYFZ.WeixinServers.WeiXinAPP
{
public partial class KeywordManagement : System.Web.UI.Page
{
public System.Text.StringBuilder KeywordListHtmlTb = new System.Text.StringBuilder();
protected void Page_Load(object sender, EventArgs e)
{
CommonHandler.CheckLoginJump(this);
if (Request.QueryString["type"] != null && Request.QueryString["type"].ToString() == "refresh")
{
Global.RefreshLoadKeywordDaTable();
}
for (int i = 0; i < Global.FunctionListDaTable.Rows.Count; i++)
{
DataRow row = Global.FunctionListDaTable.Rows[i];
SelectOptionList.Append("");
KeywordRowList rowlist = getKeywordRowList(row["FunctionCode"].ToString(), (i + 1));
int IsEnabledInt = 0;
if (rowlist.IsEnabled == "启用")
{
IsEnabledInt = 1;
}
KeywordListHtmlTb.Append("