可以在Repeater控件中使用的模板有()
第1题:
下列对模板的声明中正确的是( )。
A.template<T>
B.template<class T1,T2>
C.template<classT1,class T2>
D.template<class T1;class T2>
第2题:
下列对模板的声明,正确的是( )。
A.template<T>
B.template<class T1,T2>
C.template<class T1,class T2>
D.template<class T1;class T2>
第3题:
下面的函数模板定义中错误的是( )。
A.template<class Q>
B.template<class Q> QF(Qx){return Q-x;} QF(Qx){return x+x;}
C.template<class T>
D.template<class T> TF(Tx){return x*x;} boolP(Tx){return X>1;)
第4题:
下列对模板的声明中,正确的是( )。
A.temvlate<T>
B.template<classT1,T2>
C.temvlate<classT1,classT2>
D.template<classT1;classT2>
第5题:
下列对模板的声明中,正确的是
A.template<T>
B.template<class T1,T2>
C.template<classT1,class T2>
D.template<classT1;class T2>
第6题:
加入新模板的菜单是?
A. Old Template
B. New Template
C. New Frame
D. Old Frame
第7题:
Repeater控件可以将其headertemplate、separatortemplate和footertemplate模板绑定到它的datasource属性中引用的数据结构。()
第8题:
客户可以通过()实现对自己的应用、服务进行模版订制。
第9题:
下面对Repeater控件说法错误的是()
第10题:
对
错
第11题:
SelectedItem Template
EditItem Template
Item Template
AlternatingItem Template
第12题:
ItemTemplate
HeaderTemlate
SelectedItemTemplate
AlternatingItemTemplate
第13题:
下列模板的声明中,正确是
A.template<T>
B.template<class T1,T2>
C.template<class T1,class T2>
D.template<class T1 ;class T2>
第14题:
下列对模板的声明中,正确的是( )。
A.template<T>
B.template<classT1,T2>
C.template<classT1,classT2>
D.template<classT1;classT2>
第15题:
下面对模板的声明正确的是 ______。
A.template<T>
B.template<class T1,T2>
C.template<classT1,classT2>
D.template<classT1; classT2>
第16题:
下列是模板声明的开始部分,其中正确的是
A.template<T>
B.template<classT1,T2>
C.template<classT1,classT2>
D.template<classT1;classT2>
第17题:
下列对模板的声明中正确的是
A.template<T>
B.template<class T1,T2>
C.template<classT1,classT2>
D.template<classT1;classT2>
第18题:
Repeater控件可以将其itemtemplate和alternatingitemtemplate模板绑定到它的datasource属性中引用的数据结构。()
第19题:
与repeater控件相比,datalist控件增加了selecteditemteplate和edititemtemplate两个模板。()
第20题:
下面对DataList控件说法正确的()
第21题:
You have a server that runs Windows Server 2008. you create a new quota template. you apply quotas to 100 folders by using the quota template. you nede to modify the quota settings for al 100 folders. You must achive this goal by using the minimum amount of administrative effort. What should you do()?
第22题:
对
错
第23题:
Repeater控件可以实现重复操作
Repeater控件具有默认的固定外观
Repeater控件功能强大,可以实现表布局和XML格式的表
可以使用Repeater控件的模板来自定义其外观。