62,268
社区成员
发帖
与我相关
我的任务
分享
System.Web.UI.HtmlControls.HtmlInputButton bn = ctl as System.Web.UI.HtmlControls.HtmlInputButton;
if (bn.Style["ation"] != null)
{
if (configClass.IsInstrArr("creatdefaulthtml", bn.Style["ation"].Split('|'), false))
bn.ServerClick += new EventHandler(bn_Click);
}
if (ctl is System.Web.UI.WebControls.Button )
{
System.Web.UI.WebControls.Button bn = ctl as System.Web.UI.WebControls.Button;
if (configClass.IsInstrArr("CreatDefaultHtml", bn.CssClass.Split(' '),false))
bn.Click +=new EventHandler(bn_Click);
}