























protected void Page_Load(object sender, EventArgs e)
{
ArrayList arrayList = new ArrayList();
System.Web.UI.Page page1 = (System.Web.UI.Page)HttpContext.Current.Handler;
arrayList = BtnCtrList.BtnList(page1);
foreach (object o in arrayList)
{
ListBox1.Items.Add(o.ToString());
}
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。