單項(xiàng)選擇題要設(shè)置Calender對(duì)象顯示指定日期,應(yīng)該設(shè)置的屬性是()

A. SeletedDate
B. VisibleDate
C. NewDate
D. Text


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題如果要確保用戶(hù)輸入的數(shù)據(jù)在10~100之間,那么應(yīng)該使用()驗(yàn)證控件。

A. RequiredFieldValidator
B. RangeValidator
C. SummaryValidator
D. 無(wú)法實(shí)現(xiàn)此功能

3.單項(xiàng)選擇題對(duì)于RadioButton控件,要想知道哪個(gè)選項(xiàng)被選中了,常用的方法是()

A. 直接使用:對(duì)象名.SelectedValue
B. 逐個(gè)對(duì)象使用:對(duì)象名.Checked
C. 直接使用:對(duì)象名.Text
D. Check(對(duì)象名)

4.單項(xiàng)選擇題按鈕控件Button的Text屬性的作用是()

A. 返回按鈕的數(shù)據(jù)
B. 設(shè)置按鈕的名稱(chēng)
C. 設(shè)置按鈕的顏色
D. 設(shè)置顯示在按鈕上的文字

5.單項(xiàng)選擇題在C#中,如果需要把字符串型的量xx轉(zhuǎn)化為整型的量yy,可以使用的語(yǔ)句是()

A. int yy=(int)xx;
B. int yy=xx.ToString();
C. int yy=Convert.ToInt32(xx);
D. int yy=xx.ToInt32(xx);