当前位置:经济学题库>电子商务网站建设与维护题库

问题:

[单选] Repeater控件不能使用的模板是()。

ItemTemplate。HeaderTemlate。SelectedItemTemplate。AlternatingItemTemplate。

问题:

[单选] 下列()对象不能在页面间传送数据。

Application。Session。ViewState。查询字符串。

问题:

[单选] 将数据集中的数据同步到数据源中,必须调用DataAdapter的()方法。

Fill。Dispose。Update。ToString。

问题:

[单选] 数据集DataSet与SQL数据源之间的桥梁是()。

SqlConnection。SqlDataAdapter。SqlCommand。SqlTransaction。

问题:

[单选] 要使Button控件不可用,需要将控件的()属性设置为false。

Enabled。EnableViewState。Visible。CausesValidation。

问题:

[单选] 在ADO.NET中,为访问DataTable对象从数据源提取的数据行。可使用DataTable对象的()属性。

Rows。Columns。Constraints。DataSet。

问题:

[单选] ()对象用于从数据库中获取仅向前的只读数据流,并且在内存一次只存放一行数据。

DataAdapter。DataSet。DataView。DataReader。

问题:

[单选] 要隐藏控件时,应使用的控件属性是()。

Enabled。Width。Visible。Height。

问题:

[单选] 可以使用图片来当作按钮的控件是()。

Button。Image。ImageButton。LinkButton。

问题:

[单选] 可以实现单选,也可以实现多选的控件是()。

RadioButtonList。CheckBoxList。DropDownList。ListBox。