一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

ASP.Net PlaceHolder、Panel等控件未實(shí)現(xiàn)INamingContainer,導(dǎo)致FindControl無(wú)效

代碼如下:
復(fù)制代碼 代碼如下:
Panel spnButtons = new Panel();
Button btn = new Button();
btn.ID = "btn1";
spnButtons.Controls.Add(btn);
// 輸出True,表示沒(méi)有找到控件
Response.Write(spnButtons.FindControl(btn.ID) == null);

而如果是下面的代碼就可以了:
復(fù)制代碼 代碼如下:
Panel spnButtons = new Panel();
Page.Controls.Add(spnButtons);// 創(chuàng)建Panel后把它加入Page

Button btn = new Button();
btn.ID = "btn1";
spnButtons.Controls.Add(btn);
// 輸出False,表示找到了控件
Response.Write(spnButtons.FindControl(btn.ID) == null);

或者使用Repeater也可以:
復(fù)制代碼 代碼如下:
Repeater spnButtons = new Repeater();

Button btn = new Button();
btn.ID = "btn1";
spnButtons.Controls.Add(btn);
// 輸出False,表示找到了控件
Response.Write(spnButtons.FindControl(btn.ID) == null);

查了一下Panel是繼承于WebControl,而WebControl的定義是:
public class WebControl : Control, IAttributeAccessor
{}
Repeater的定義是:
public class Repeater : Control, INamingContainer
{}
難道是因?yàn)镽epeater實(shí)現(xiàn)了INamingContainer的原因嗎?
我又自定義了一個(gè)類,繼承自Panel,并實(shí)現(xiàn)了INamingContainer,可以找到控件了:
復(fù)制代碼 代碼如下:
public partial class WebForm1 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
myPanel spnButtons = new myPanel();

Button btn = new Button();
btn.ID = "btn1";
spnButtons.Controls.Add(btn);

Response.Write(spnButtons.FindControl(btn.ID) == null);
}


}

public class myPanel : Panel, INamingContainer
{
public myPanel():base()
{
}
}

上,ASP.NET中,PlaceHolder、Panel等控件未實(shí)現(xiàn)INamingContainer,導(dǎo)致FindControl無(wú)效
如果把這些控件加入到實(shí)現(xiàn)了INamingContainer的父控件中,或者用子類實(shí)現(xiàn)INamingContainer,就可以使FindControl有效了。

AspNet技術(shù)ASP.Net PlaceHolder、Panel等控件未實(shí)現(xiàn)INamingContainer,導(dǎo)致FindControl無(wú)效,轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 日韩精品一区二区三区在线观看 | 日本精品一区二区在线播放 | 国产在线播放成人免费 | 日本aⅴ永久免费网站www | 婷婷三级 | 综合久久五月天 | se97se成人亚洲网站 | 一级特黄毛片 | 国产在线观看精品一区二区三区91 | 亚洲爱| 视频在线观看一区二区 | 69精品在线观看 | 人人澡人人澡人人看青草 | 国产在线一区视频 | 91九色视频无限观看免费 | 亚洲伊人久久大香线蕉苏妲己 | 国产一区在线mmai | 99热精品成人免费观看 | 在线看一区 | 日韩中文精品亚洲第三区 | 思思玖玖 | 一本色道久久综合一区 | 国产一级鲁丝片 | 日韩一区在线播放 | 国产黄色小视频在线观看 | 香蕉久久久 | 美女一级毛片免费观看 | 亚洲免费一级片 | 久久网综合| 国产成人自拍视频在线观看 | 成人免费午夜视频 | 激情免费网站 | 香蕉免费一区二区三区在线观看 | 白丝美女被狂躁视频免费网站 | 婷婷综合五月 | 国产91精品高清一区二区三区 | 久久精品国产精品青草不卡 | 亚洲天堂视频在线观看 | 久久青草视频 | 在线视频一区二区三区四区 | 国产精品综合色区在线观看 |