A.Anchor
B.Dock
C.Fill
D.Full
您可能感興趣的試卷
你可能感興趣的試題
A.IsMdiParent
B.MdiParent
C.IsMdiContainer
D.MDIContainer
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對(duì)象);
B.SqlCommand cmm =new SqlCommand(Connection對(duì)象,sql語句);
C.SqlCommand cmm =new SqlCommand(sql語句);
D.SqlCommand cmm =new SqlCommand(Connection對(duì)象);
最新試題
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設(shè)置一個(gè)值,該值決定ListBox 是否支持選擇多項(xiàng)。
在WinForms中,已知在一個(gè)叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個(gè)名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
在c#窗體應(yīng)用程序中,Panel、GroupBox、TabControl等分組控件,有時(shí)候也被稱之為()
以下是TextBox控件常用事件的是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
在ADO.NET中,Command對(duì)象用于執(zhí)行SQL命令,如果需要得到多行多列的查詢結(jié)果,則需要使用該對(duì)象的()方法。
在ADO.NET中,下列關(guān)于連接對(duì)象Connection的說法錯(cuò)誤的是()
下列()對(duì)象可用于DataSet中填充數(shù)據(jù)以及將修改后的數(shù)據(jù)更新至數(shù)據(jù)庫(kù)。
在C#WinForm程序中,以下不能綁定DataGridView數(shù)據(jù)源的是()
在Net框架中,下列被稱為根命名空間的是()