技巧10—服务器控件视图状态。
NET服务器控件中保持为嵌套标记。
另外,你必须在页面上定义一个额外的服务器控件。
In addition, it forces you to have an extra server control defined on the page.
服务器控件内联模板语法。
NET服务器控件中保持为内部文本。
描述如何在服务器控件中实现集合属性。
Describes how to implement collection properties in server controls.
NET服务器控件使用此属性来存储属性值。
NET server controls use this property to store the property values.
验证服务器控件语法。
译为:该事件当服务器控件完成数据绑定后发生。
This event notifies the server control that any data binding logic written for it has completed.
你也可以再回到模板页往里面添加一些你需要的服务器控件了。
As you do so, you can begin adding back in any ContentPlaceHolders and server controls that you want in the final master page.
您可以使用和开发支持内联模板的自定义服务器控件。
You can use and develop custom server controls that support inline templates.
用特性和值在服务器控件的开始标记中指定事件绑定。
Specify the event binding in the opening tag of the server control with an attribute and value.
不一定会创建其他服务器控件,也不一定能够访问它们。
Other server controls are not certain to be created and ready for access.
下面提供了自定义服务器控件的用户应考虑的一些安全准则。
Some security guidelines to consider as a user of custom server controls are given below.
例如,html特性在HTML服务器控件中作为属性公开。
For example, HTML attributes are exposed in HTML server controls as properties.
您可以访问服务器控件,但其中将不包含从用户返回的信息。
You can access server controls, but they will not yet contain information returned from the user.
不仅有大量的另人印象深刻的新特性,还有大量的极具意义的服务器控件。
While the number of new features is impressive, the number of new server controls is significant as well.
完成之后,模板页上的所有服务器控件将完全的被包含在一个隐藏面板中。
When you finish, you’ll have a master page whose server controls are entirely contained in a hidden panel.
HTML服务器控件的对象模型紧密映射到相应元素的对象模型。
The object model for HTML server controls maps closely to that of the corresponding elements.
NET服务器控件和该页自身将标记(有时还有脚本)呈现到页中。
NET server controls and the page itself render markup, and sometimes script, into the page when the page is processed.
下文提供了针对自定义服务器控件的用户和开发人员的基本安全准则。
The following basic security guidelines are provided for users and developers of custom server controls.
NET服务器控件和设备适配器组成,它们可以以智能方式呈现页和控件。
NET server controls and device adapters that can intelligently render pages and controls.
这种方法要求任何使用自定义快捷菜单的元素必须是服务器控件,有时这种要求是不合适的。
This approach requires that any page element with a context menu be a server control, a requirement that may or may not be acceptable.
一旦你得到这些服务器控件的后台代码,你可以执行和写你自己的逻辑和呈现返回给浏览器。
Once you get these full server controls on the behind code, you can execute and write your own login on the same and render the page back to the browser.
在该事件的生存期内不应访问其他服务器控件,不论它是此控件的子级还是父级。
You should not access another server control during this event, regardless of whether it is a child or parent to this control.
NET支持分层数据绑定模型,该模型创建服务器控件属性和数据源之间的绑定。
NET supports a hierarchical data-binding model that creates bindings between server control properties and data sources.
用于客户端开发的声明性模型,如同使用ASP.NET服务器控件般的声明性语法。
A declarative model for client development that is similar to the declarative syntax for ASP. NET server controls.
为了限制文件上传的类型,单个文件的大小,所有文件的大小我改善了服务器控件的选项。
I've included options to limit the file types to upload as well as limiting individual file size and total file size and can all be set using the server control.
另外,在调用此方法时无法访问其他服务器控件,不论它是此控件的子控件还是父控件。
Additionally, you cannot access other server controls when this method is called, regardless of whether it is a child or parent to this control.
另外,在调用此方法时无法访问其他服务器控件,不论它是此控件的子控件还是父控件。
Additionally, you cannot access other server controls when this method is called, regardless of whether it is a child or parent to this control.
应用推荐