Gets a reference to the server control s naming container , which creates a unique namespace for differentiating between server controls with the same 获取对服务器控件的命名容器的引用,此引用创建唯一的命名空间,以区分具有相同
If you display a page with a naming container in your browser , you can view the page s source to see the unique ids generated as the name 如果在浏览器中显示一个具有命名容器的页面,则可以查看该页面的源文件,从中找到唯一的id ,这些id作为命名容器子控件的
The data source control must exist either in the same naming container as the data listing control that references it , or in a parent control of the data listing control 该数据源控件必须与引用它的数据列表控件存在于同一命名容器中,或存在于该数据列表控件的父控件中。
Almost any server control property can be bound against any public field or property on the containing page or on the server control s immediate naming container 几乎任何服务器控件属性都可以绑定到任何公共字段或属性,这些公共字段或属性位于包含页或服务器控件的直接命名容器上。
Web server controls or any custom server controls that you create that include repeating functionality when data bound , serves as the naming container for its child controls Web服务器控件(或任何在数据绑定时创建的包含重复功能的自定义服务器控件) ,它们充当其子控件的命名容器。
Class is an abstract class that provides naming container and control designer functionality for custom controls that encompass child controls in their entirety or use the functionality of other controls 类是一个抽象类,为自定义控件提供命名容器和控件设计器功能,该自定义控件包含全部子控件或使用其他控件功能。