A.btnOpen.Enable=true
B.btnOpen.Enable=false
C.btnOpen.Visible=true
D.btnOpen.Visible=false
您可能感興趣的試卷
你可能感興趣的試題
A.Form1類
B.MainForm類
C.Programe類
D.Main()函數(shù)
A.this.mnmMenu.Items.Remove("文件");
B.this.mnmMenu.Items.RemoveAt(0);
C.this.mnmMenu.Items.RemoveAt(1);
D.this.mnmMenu.Items.RemoveAt("文件");
A.cs
B.aspx
C.form
D.xml
A.Connection
B.Command
C.DataReader
D.Data
A.SqlDataAdapter da =SqlDataAdapter("SELECT *FROM MyTable",con);DataSet ds =new DataSet();da.Fill(ds);
B.SqlCommand cmd =new ("SELECT *FROM MyTable",con);SqlDataAdapter da =SqlDataAdapter(cmd);DataSet ds =new DataSet();da.Fill(ds);
C.SqlCommand cmd =new ("SELECT *FROM MyTable",con);SqlDataAdapter da =SqlDataAdapter(cmd);DataSet ds =new DataSet();da.Fill(ds,"MyTable");
D.SqlDataAdapter da =SqlDataAdapter("SELECT *FROM MyTable",con);DataSet ds =new DataSet();da.Fill(ds.Tables["MyTable"]);
最新試題
在c#窗體應(yīng)用程序中,Panel、GroupBox、TabControl等分組控件,有時候也被稱之為()
使用C#開發(fā)數(shù)據(jù)庫應(yīng)用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個重要的組件()
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()
在C#WinForm程序中,新建的窗體后臺cs代碼自動繼承了()類。
在WinForms中,已知在一個叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
下列關(guān)于ADO.NET操作數(shù)據(jù)庫的原理,說法有誤的是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
以下屬于Command對象的方法是()
在Visual Studio集成開發(fā)環(huán)境中有兩類窗口,分別為浮動窗口和固定窗口,下列不屬于浮動窗口的是()