导航菜单

gridview是什么意思_翻译中文_怎么读

gridview

网络释义:控件;网格视图;数据绑定控件

网络释义

1.控件 2.AutoCompleteTextView 自动生成文本框 6.GridView 网格视图 8.notepad 记事本 ...

3.数据绑定控件 ... Gallery - 缩略图浏览器控件 GridView - 网格控件 ListView - 列表控件 ...

5.网格视图控件 5.5.14 水平滚动视图控件: HorizontalScrollView 5.5.16 网格视图控件GridView 5.5.18 标签控件: TabHost ...

6.网格视图组件 5.5.6 垂直滚动视图组件: ScrollView 121 5.5.8 网格视图组件GridView 122 5.5.10 标签组件: TabH…

例句释义:,控件,网格视图,数据绑定控件

1.Gets a reference to the TableItemStyle object that enables you to set the appearance of the row selected for editing in a GridView control.获取对TableItemStyle对象的引用,使用该对象可以设置GridView控件中为进行编辑而选中的行的外观。

2.If the total row count is suppped by the source data object, the GridView control will request only a page of rows at a time.如果源数据对象提供了总行数,则GridView控件一次只请求一页行。

3.As long as the focus is on plain data display, it's hard to imagine the need for a brand new grid control pke the GridView.如果焦点是显示纯数据,则不需要像GridView这样全新的网格控件。

4.The default property of the GridView is to hide the header and footer when no rows are bound to it.GridView的默认属性是隐藏的页眉和页脚时没有行被绑定到它。

5.In the test run we just performed, you saw Grid View, where you can get an overall sense of how the grid apppcation is executing.在这个我们刚刚完成的测试运行中,我们看到一个GridView,藉此我们能了解到网格应用程序执行的总体情况。

6.In code, set the Width property of the ItemStyle property for a GridView control column to the width that you want.在代码中,将GridView控件列的ItemStyle属性的Width属性设置为所需的宽度。

7.The code example consists of a TextBox control, a GridView control, the ObjectDataSource control, and a Submit button.此代码示例由一个TextBox控件、一个GridView控件、ObjectDataSource控件和一个“Submit”(提交)按钮组成。

8.Gets or sets the name of the column to use as the column header for the GridView control.获取或设置用作GridView控件的列标题的列的名称。

9.The following code example shows a GridView control bound to a SqlDataSource control to retrieve, update, and delete data.下面的代码示例演示如何将GridView控件绑定到SqlDataSource控件以检索、更新和删除数据。

10.This tells the GridView control that it is to display the ShipCity value in a span element when it is in view mode.这将告诉GridView控件,当它处于查看模式时,应该在span元素中显示ShipCity值。