关于GridView使用,说法错误的是()
第1题:
关于使用FTP下载文件,下列说法中错误的是

第2题:
利用GridView和DetailsView显示主从表数据时,DetailsView中插入了一条记录需要刷新GridView,则应把GridView。DataBind()方法的调用置于()事件的代码中。
第3题:
GridView支持以图片形式来显示员工照片,这时需要使用自定义绑定列()
第4题:
对于GridView的CommandField列,说法错误的是()
第5题:
GridView的属性()确定是否分页
第6题:
下面关于Struts报错机制说法正确的是()
第7题:
GridView控件有什么功能?
第8题:
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 4.0. The Web application comprises a class named Employee with properties named as First Name, Last Name, and Age. You add a Web page in which you get a list of Employee objects and display those objects in a GridView control. You are required to add code so that the GridView row is highlighted in red color if the age of the employee is less than 21 years. What will you do to accomplish this?()
第9题:
在GridView控件中,可以使用哪个属性设置往返页面链接的一些属性?()
第10题:
可以使用模列板
可以使用ImageField
无法显示
只能通过编码实现
第11题:
GridView会生成以表格进行布局的列表
GridView内置了分页,排序,以及增、删、改、查等功能。
给GridView设置数据源时,可以指定该控件的DataSourceID为某数据源控件ID
给GridView设置DataSource属性后,必须调用DataBind()方法。且DataSource和DataSourceID不可以同时指定。
第12题:
强制使用国际化
错误信息保存在session中
使用标签显示错误信息
也可以使用显示错误信息
第13题:
A.可以使用模列板
B.可以使用ImageField
C.无法显示
D.只能通过编码实现
第14题:
如果对定制后的GridView实现排序功能,除设置GridView的属性AllowSorting的值为True外,还应该设置()属性。
第15题:
简述可以使用哪些方法控制GridView控件的外观。
第16题:
如果在GridView中显示图书封面,说法正确的是()。
第17题:
GridView中能调整列的顺序
第18题:
下面不属于控件的是()
第19题:
下列关于U盘的说法中,正确的是()。
第20题:
Gridview: How to change the image of an image control place in each row in a gridview:()
第21题:
第22题:
GridView的ItemInserting
GridView的ItemInserted
DetailsView的ItemInserting
DetailsView的ItemInserted
第23题:
Replace the GridView control with a ListView control.
Set the ClientIDMode attribute to Predictable in the web.config file.
Set the ClientIDRowSuffix attribute of each unique GridView control to a different value.
Set the @ OutputCache directives VaryByControl attribute to the ID of the GridView control.