单选题 在ASP.NET中,有以下代码,请选择正确的一项补充到横线处。 _x000D_ DataSet ds = db.ExecuteDataSet(CommandType.Text, "select * from Brand"); _x000D_ this.DataList1.DataSrouce=__________; _x000D_ this.DataList1.DataBind();

A、 ds.Tables[1]
B、 ds.Tables[0]
C、 ds.get(0)
D、 ds.get(1)
下载APP答题
由4l***v5提供 分享 举报 纠错

相关试题

单选题 在ASP.NET中,哪个控件的功能与WebForm中GridView控件功能类似()

A、DataGridView
B、Grid
C、WebGrid
D、DataTable

单选题 C/S是什么单词的缩写()

A、Class/Server
B、Client/Server
C、Click/Server
D、Clear/Server

单选题 在ASP.NET中,WebGrid控件显示数据的方法是()?

A、GetHtml()
B、bind()
C、ShowHtml()
D、Html()

单选题 在ASP.NET中,以下()属性不属于WebChart

A、FileName
B、Width
C、Height
D、Title

单选题 在ASP.NET中,使用WebChart中的()方法可以绑定数据源

A、BindData
B、DataSource
C、DataBind
D、DataBindTable

单选题 URL中的http是什么()?

A、网络控制协议
B、应用层协议
C、服务器地址
D、传输控制协议

单选题 在ASP.NET中,WebGrid控件中哪个属性可以设置是否启动分页()

A、rowsPerpage
B、canPage
C、pageSort
D、allowPage

单选题 B/S是什么单词的缩写()

A、Big/Silent
B、Browser/Silent
C、Big/Server
D、Browser/Server