本文介绍了Page.Controls - 缺少控件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我在GridLayout中创建了一个带有一些Web控件的ASP.NET页面(test.aspx)

(设计时间)。 />

当我查看收集page.controls时


foreach(在Page.Controls中控制ctrl)

{

....

}


然后我看不到页面上的所有控件。


是否有一个特殊的控件集合用于设计时间gridlayout

控件?


祝你好运

弗兰克

(新手)

Hi,

I created an ASP.NET page (test.aspx) with some web controls in GridLayout
(Design time).

When I look at the collection page.controls by

foreach (Control ctrl in Page.Controls)
{
....
}

then I can not see all the controls on the page.

Is there a special controls collection for the design time gridlayout
controls?

Best regards
Frank
(newbie)

推荐答案










这篇关于Page.Controls - 缺少控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 22:44