对于GridView的CommandField列,说法错误的是()
A、A.CommandField列为命令列,主要包含编辑、更新、取消、删除、选定等按钮操作。
B、B.CommandField是一个特殊的按钮列,点击时,不同类型的命令列会触发相对应的事件。
C、C.当点击CommandField列时,都会触发GridView的RowCommand事件。
D、D.以上都不对 。
A、A.CommandField列为命令列,主要包含编辑、更新、取消、删除、选定等按钮操作。
B、B.CommandField是一个特殊的按钮列,点击时,不同类型的命令列会触发相对应的事件。
C、C.当点击CommandField列时,都会触发GridView的RowCommand事件。
D、D.以上都不对 。
A、GridView的ItemInserting B、GridView的ItemInserted C、DetailsView的ItemInserting D、DetailsView的ItemInserted
A、GridView会生成以表格进行布局的列表 B、GridView内置了分页,排序,以及增、删、改、查等功能。 C、给GridView设置数据源时,可以指定该控件的DataSourceID为某数据源控件ID D、给GridView设置DataSource属性后,必须调用DataBind()方法。且DataSource和DataSourceID不可以同时指定。
A、Use the RowCommand event of the GridView control. B、Use the SelectedlndexChanged event of the GridView control. C、Use the RowDataBound event of the GridView control. D、Use the RowEditing event of the GridView control. E、Use the RowUpdated event of the GridView control.