一些程序员在设计数据库应用时,通常会采用数据控件绑定的方法实现。
Some programmers in the design database applications, using data normally bind to the control method.
一旦加载完毕,它可以给出关于控件树、属性值来自于何处以及数据绑定错误等的相关信息。
Once loaded, it gives you detailed information on the control trees, where properties are getting their value from, and any data binding errors.
既然我们已创建了我们的第一个JSF表单,我们就将需要把控件绑定到页面数据。
Now that we have created our first JSF form, we need to bind the controls to page data.
结果集被显示在一个下拉列表中,该下拉列表包含了报表中所有数据绑定控件。
The available result sets are displayed in a dropdown list that contains all data bound controls in the report.
若要在服务器端使用用户输入的值,则获取并设置绑定到控件的数据元素。
To work with user-entered values on the server side, you get and set the data elements bound to the controls.
默认属性组合框为数据绑定设置控件的主要属性。
The Default attribute combo box sets the primary attribute on the control for data binding.
查询实体、关联和与控件的数据绑定。
Query entities, association, and data binding with controls.
输入控件被绑定到此数据,所以不论用户何时输入一个新值,这个值都会被放置到value元素中。
The input control is bound to this data, so whenever a user enters a new value, that value gets placed in the value element.
要定义数据,可以选择将XPages控件绑定到表单中的字段。
To define data, you can choose to bind XPages controls to fields on forms.
因为表单可以将Schematron文档本身作为实例数据使用,所以可以将控件绑定到Schematron文档中的节点。
Since the Schematron document itself is made available to the form as instance data, you're free to bind controls to nodes in the Schematron document.
然后您要基于一些范例数据来创建数据模板,并生成与数据相绑定的Tomahawk控件。
Then you will create data templates based on some sample data and generate Tomahawk controls bound to that data.
您可以首先创建数据模板,然后从中生成新的控件,或者您还可以手动添加控件,然后将其绑定到数据之上。
You can either create the data templates first and generate new controls from them, or you can add controls manually and then bind them to data.
它们全都可以用来从它们各自类型的数据源中检索数据,并且可以绑定到各种数据绑定控件。
They all can be used to retrieve data from their respective types of data sources and can be bound to various data-bound controls.
它还与控件进行数据绑定,并访问服务器端数据。
It also does data binding with controls, and accesses server-side data.
你已经把所有的数据控件建立好了,而且与每个控件相绑定的代码也都会自动生成。
You've got all of your data controls set out for you, with the binding code generated automatically for each.
要使用数据源控件,必须具有一个用来将它们绑定到的数据绑定控件。
To use the data source controls you must have a data-bound control to bind them to.
NET 2.0引入了一系列可以改善数据访问的新工具,包括几个数据源和数据绑定控件。
ASP.NET 2.0 introduces a series of new tools that improve data access including several data source and data bound controls.
数据源控件减少了为检索和绑定数据甚至对数据进行排序、分页或编辑而需要编写的自定义代码的数量。
Data source controls simplify the amount of custom code that needs to be written to retrieve and bind data, and even to sort, page through, or edit data.
相反,简单数据绑定控件不知道这些,需要你通过数据源绑定管理器来实现与复杂绑定控件相同的功能,特别是带有那种VCR样式控件的用户界面。
On the other hand, simple bound controls don't know this and require you to implement equivalent support through the data source's binding manager, typically with a VCR-style user interface.
当你偏爱列表样式的数据而不是表格式的数据时,你可以使用简单数据绑定控件。
You would use simple bound controls when your preference for presenting list-style data is as a set of fields rather than a grid.
这些改进包括:减少编码数量,采用控件状态从内容中分离出行为状态,以及智能集成数据绑定控件。
These improvements include a reduction in encoding size, the introduction of control state to separate behavioral state from content, and intelligent integration with data-bound controls.
用户界面由若干控件组成,其中一些控件可绑定到数据元素。
The user interface is composed of multiple controls, with some that can be bound to data elements.
工具箱中的大多数控件都支持数据绑定,通过底层的数据绑定构件来绑定各种各样的数据源。
Most controls in the Toolbox support data binding to an arbitrary data source through a native data-binding infrastructure.
数据模型包括后面绑定到用户界面控件的实例数据。
This data model contains instance data that you'll later bind to user interface controls.
数据绑定到输入控件,用户输入的新数据在HTTPPOST到服务器之前将自动传递给模型。
The data is bound to the input control, so if the user enters a new value it will be propagated to the model automatically before the HTTP POST is made back to the server.
当然,现在您只需少量代码或不需要编码就能将数据源控件绑定到GridView,但是单凭这点就有必要替换DataGrid吗?
Sure, you can now bind data source controls to the GridView with little or no code, but does this necessitate a replacement for the DataGrid?
如果数据从PageData视图拖拉到控件之上,那么这里所选择的默认属性将会绑定至数据。
If data is dropped from the Page data view onto the control, the Default attribute chosen here will be bound to the data.
如果数据从PageData视图拖拉到控件之上,那么这里所选择的默认属性将会绑定至数据。
If data is dropped from the Page data view onto the control, the Default attribute chosen here will be bound to the data.
应用推荐