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

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

代碼如下:
復(fù)制代碼 代碼如下:
Panel spnButtons = new Panel();
Button btn = new Button();
btn.ID = "btn1";
spnButtons.Controls.Add(btn);
// 輸出True,表示沒有找到控件
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無效
如果把這些控件加入到實(shí)現(xiàn)了INamingContainer的父控件中,或者用子類實(shí)現(xiàn)INamingContainer,就可以使FindControl有效了。

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

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

主站蜘蛛池模板: 青青国产成人久久激情911 | 国产精视频 | 日韩在线播放一区 | 日韩在线视屏 | 手机在线成人精品视频网 | 999国产精品视频 | 国产精品欧美在线 | 伊人网综合在线观看 | 欧美天天影院 | 中文字幕一区二区三区免费看 | 一级做性色a爱片久久片 | 国产午夜毛片 | 国产高清国内精品福利色噜噜 | 凹凸精品视频分类国产品免费 | sese欧美| 四虎永久在线观看免费网站网址 | 亚洲经典在线中文字幕 | 久久手机视频 | 国产精品久久久亚洲 | 8090碰成年女人免费碰碰尤物 | 久久久噜噜噜久久网 | 日本aⅴ永久免费网站www | 亚洲美女福利视频 | 理论片中文字幕在线观看 | 国产一二三在线观看 | 丁香六月综合激情 | 91精品一区二区三区久久久久 | 欧美图片在线观看 | 5151四虎永久在线精品免费 | 色综合久久88中文字幕 | 永久黄网站色视频免费观看 | 国产免费播放一区二区三区 | 51短视频版在线观看www免费 | 一级毛片特黄久久免费看 | 亚洲天堂一区二区三区四区 | 黄色大片免费看 | 国产精品久久久久毛片真精品 | 桃花阁成人网在线观看 | 在线观看中文字幕一区 | 伊人久久成人成综合网222 | 亚洲午夜久久久久久噜噜噜 |