A.None
B.Top
C.Left
D.Manual
您可能感興趣的試卷
你可能感興趣的試題
A.Normal
B.Min
C.Max
D.以上都不是
A.private static string DBConnectString ="server=.;database=FreshLiveDB;uid=sa;pwd=123;";
B.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;pwd=123;";
C.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;password=123;";
D.private static string DBConnectString ="server=.;database=FreshLiveDB;name=sa;pwd=123;";
A.SqlCommand cmm =new SqlCommand(sql語句,Connection對象);
B.SqlCommand cmm =new SqlCommand(Connection對象,sql語句);
C.SqlCommand cmm =new SqlCommand(sql語句);
D.SqlCommand cmm =new SqlCommand(Connection對象);
A.Rows獲取總條數(shù)
B.DataSource 獲取數(shù)據(jù)源
C.Name 獲取控件的名稱
D.Columns 獲取總列的名稱
A.算術(shù)異常
B.參數(shù)格式錯誤異常
C.非法參數(shù)異常
D.數(shù)組下標(biāo)越界異常
最新試題
在Visual Studio集成開發(fā)環(huán)境中有兩類窗口,分別為浮動窗口和固定窗口,下列不屬于浮動窗口的是()
在Windows應(yīng)用程序中,MDI窗體的特點(diǎn)描述錯誤的是()
在WinForm窗體中,可以存儲多張圖像資源的控件是()
在c#窗體應(yīng)用程序中,Panel、GroupBox、TabControl等分組控件,有時候也被稱之為()
以下哪些控件可以實現(xiàn)單選按鈕的分組()
在WinForms程序中,如果要讓復(fù)選框控件默認(rèn)選中,使用的屬性是()
以下是TextBox控件常用事件的是()
在C#WinForm程序中,新建的窗體后臺cs代碼自動繼承了()類。
在程序中創(chuàng)建一個DataSet對象ds和一個SqlDataAdapter對象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對象的SingerList表中,則下列語句正確的是()
使用C#開發(fā)數(shù)據(jù)庫應(yīng)用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個重要的組件()