首页 / 词典 / good

gridview

  • 网络数据控件
gridviewgridview
  1. Application of GridView Control in Auto Generating Examination Paper System

    GridView控件在自动组卷系统中的应用

  2. The GridView also introduces a new concept & the state of a row element .

    GridView还引入一个新概念&行元素状态。

  3. Designing and Implementing Grid monitoring system : GridView .

    实现了网格监控系统GridView并对其进行了评价。

  4. The GridView control doesn 't have automatic support for inserting data into a data source .

    GridView控件不自动支持向数据源插入数据。

  5. The Designment to Show or Hide Dynamically the Column of GridView Control

    GridView控件列的动态显示或隐藏的设计

  6. On the GridView tasks menu , in the choose data source list box , click new data source .

    在“gridview任务”菜单上的“选择数据源”列表框中,单击“新建数据源”。

  7. For a GridView control , editing data means in-place editing and record deletion .

    对GridView控件而言,数据编辑意味着就地编辑和记录删除。

  8. Gets or sets the number of records to display on a page in a GridView control .

    获取或设置gridview控件在每页上所显示的记录的数目。

  9. Another key difference between the DataGrid and GridView controls lies in the adaptive user interface .

    DataGrid与GridView控件的另一个主要差异在于自适应用户界面。

  10. GridView and Data Source Controls

    GridView和数据源控件

  11. For this example , the GridView control does not bind to the comments elements in the file .

    此示例中,gridview控件没有绑定到文件中的comments元素。

  12. Finally , the GridView can embed images through the ImageField column type .

    最后,GridView能够通过ImageField列类型嵌入图像。

  13. The null row is displayed in a GridView control when there are no records to display .

    没有要显示的记录时,gridview控件中将显示空行。

  14. Although similar in their high-level functionality , the GridView and the DataGrid controls have a different foundation .

    GridView和DataGrid控件的高级功能相似,但基础却不同。

  15. To enable easy migration from existing pages , the GridView preserves the DataGrid object model as much as possible .

    GridView尽可能地保留了DataGrid的对象模型,以便轻松地从现有页面进行移植。

  16. Note that the GridView control also supports the classic binding mechanism based on the DataSource property and the DataBind method .

    注意,GridView控件也支持传统的基于DataSource属性和DataBind方法的绑定机制。

  17. In contrast , the GridView control takes advantage of the capabilities of the underlying data source and automatically deletes or updates records .

    而GridView控件可以利用底层数据源的功能并自动删除或更新记录。

  18. The overall result for the GridView is a much more compelling grid-style control than the DataGrid .

    总的来说,GridView作为表格样式的控件比DataGrid更加引人注目。

  19. As long as the focus is on plain data display , it 's hard to imagine the need for a brand new grid control like the GridView .

    如果焦点是显示纯数据,则不需要像GridView这样全新的网格控件。

  20. The missing feature is entirely due to the GridView implementation and doesn 't depend on the capabilities and characteristics of the underlying data source .

    没有这项功能完全是由于实现GridView不依赖于底层数据源的功能和特性。

  21. One such example is row selection on cell click , which is now exposed by the GridView as the SelectionMode property .

    其中的一个例子就是在DataGrid中通过单击单元格来选择一行,而现在以GridView的SelectionMode属性的方式暴露出来。

  22. In the toolbox , from the data group , drag a GridView control onto the page and place it below the first GridView control .

    在“工具箱”中,从“数据”组中将“gridview”控件拖到页上,并将其置于第一个“gridview”控件之下。

  23. When the GridView is in edit mode , this column in the selected row will be displayed in the appropriate HTML element .

    当GridView处于编辑模式时,选定行中的这一列将在适当的HTML元素中显示。

  24. When the bound data source supports updates , the GridView can automatically perform data operations , thus providing a real solution right out of the box .

    当绑定数据源支持更新时,GridView能够自动执行数据操作,从而提供真正的出盒解决方案。

  25. The enable editing check box appears in the smart tag panel only if the data source control to which GridView control is bound supports editing .

    仅当gridview控件所绑定到的数据源控件支持编辑功能时,才会在智能标记面板中显示“启用编辑”复选框。

  26. Many of the GridView 's event argument classes inherit CancelEventArgs , meaning that all those events can be canceled .

    GridView的许多事件参数类继承了CancelEventArgs,这意味着所有这些事件都能被取消。

  27. Similarly , if you disable view state on the GridView , the data binding to the data source will occur on each request including POST back requests .

    同样地,如果禁用GridView上的ViewState,数据绑定到数据源将发生在每次请求发生的时候,包括POSTback请求。

  28. The default property of the GridView is to hide the header and footer when no rows are bound to it .

    GridView的默认属性是隐藏的页眉和页脚时没有行被绑定到它。

  29. The GridView control is part of a family of controls that can bind to data sources such as arrays , collections , and typed DataSets .

    GridView控件是可以绑定数组、集合和类型化数据集的控件家族中的一员。

  30. Note that a combination of GridView and DetailsView controls enables you to achieve this functionality , as you 'll see in a moment .

    请注意,通过GridView和DetailsView控件的组合能够实现这个功能,一会您就会了解到。