A、GridView的ItemInserting B、GridView的ItemInserted C、DetailsView的ItemInserting D、DetailsView的ItemInserted
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、Data ViewRowState.ModifiedOriginal; B、Data ViewRowState.ModifiedCurrent; C、Data ViewRowState.CurrentRows; D、Data ViewRowState.Added;
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.