Tìm kiếm:
TRANG NHÀ
Giới thiệu VNEDU.ORG
Điều khoản và bản quyền
Liên lạc VNEDU
TRẮC NGHIỆM TRỰC TUYẾN
---Công Cụ:---
Soạn Biểu thức
Bảng màu HTML
Ký hiệu đặc biệt 01
Ký hiệu đặc biệt 02
Ký hiệu đặc biệt 03
Ký hiệu đặc biệt 04
Ký hiệu đặc biệt 05
Ký hiệu đặc biệt 06
Ký hiệu đặc biệt 07
Ký hiệu đặc biệt [Toán]
Tin Học   ||  Căn Bản    Văn Phòng    Hệ Thống - Mạng    Phần Mềm Ứng Dụng    Kỹ thuật số    Lập trình    SQL  

Trắc Nghiệm ASP.NET (English) - Bài 02
Ngày làm bài: Hôm nay lúc 20:49:44 (Server time)
Số câu hỏi: 10.   Tổng điểm: 10
Yêu cầu hoàn thành: 60 phút.
Thời gian còn lại: 
Cỡ chữ câu hỏi:  Cỡ chữ đáp án:


1-
A specific control can be excluded from having the Theme override its properties by setting the ____ property to false.
  A - 
Disable Theming
  B - 
Theming
  C - 
Theme
  D - 
Enable Theming
2-
A DataSet’s structure can be determined at ____.
  A - 
Only at design time
  B - 
execution time or design time
  C - 
compile time or execution time
  D - 
compile time or design time
3-
A GridView control provides for all but one of the following. Which one is it?
  A - 
Selecting rows
  B - 
Deleting rows
  C - 
Editing rows
  D - 
Adding rows
4-
A new feature of Microsoft ASP.NET 2.0, enable you to defire the appearance of a set of controls once and apply the appearance to your entire Web application. They enable you to easily create and maintain a consistent look throughout your Web site.
They are applied on the server and they apply to the properties of ASP.NET controls.
They enable you to control the eppearance of individual controls within a page. What is new feature?
  A - 
Template
  B - 
Themes
  C - 
Master Page
  D - 
Cascading style sheet
5-
A Web application that you have created is now in the debugging phase. You are responsible for the debugging phase of the process. After loading the Web application into Visual Studio, you select Debug > Start from the menu. You want to start the debugging process with the index.aspx page, but when you start the debugging process a page called actions.aspx is loaded in the browser window.
How can you solve this problem?
  A - 
In the Solution Explorer window, locate the index.aspx page. Right click on the page and select Set as Start Page. Then start the debugger normally.
  B - 
In the Internet Information Services Console, drill down to your Web site. Right click on the node for your Web site and select properties. Go to the Documents tab and place index.aspx at the top of the list of default documents.
  C - 
In the Solution Exploer window, locate the index.aspx page. Righr click on the page and select View in Browser.
  D - 
This method causes the server to send a special message to the browser that tells it what page to request
6-
According to the following fragment of JavaScript code
if (  (  ( (yaer  % 4) == 0 ) &&
(  (year % 100)  !  =0))  ||  ((year % 400)  ==  0)  )
{
else
{
Window.aleart("Not aleap year");
}
(where year%4 is the remider of year divided by 4)

  A - 
2004 is a leap year, but 1900 is not
  B - 
Both 1900 and 2001 are leap years
  C - 
Neither 1900 nor 2001 are leap years
  D - 
All year divisible by 4 are leap years
7-
All but one of these statements about the Transfer method of the HttpServerUtility class is true. Which one is false?
  A - 
The method does not affect session state
  B - 
The method involves a round trip to the browser
  C - 
The processing for this mwthod takes place on the server
  D - 
This method is typically used only if performance is critical
8-
All but one of these statements about the Redirect method of the HttpResponse class is true. Which one is false?
  A - 
This method causes the server to send a special message to the browser that tells it what page to request
  B - 
This method causes the current page to be terminated and a new page to be processed in its places
  C - 
This method is less efficient than using the Transfer method of the HttpServerUtility class
  D - 
This method causes the browser to be updated to reflect the affress of the new page
9-
All but one of these statements about validation control is true. Which one is false?
  A - 
Each validator is associated with a single input control
  B - 
You can associated two or more validators with the same input control
  C - 
The data validation specified by a validator is done only if the validator is enabled
  D - 
Data validation is always done on the client
10-
All but one of these statements is true abour check box and radio button controls.
Which one is false?
  A - 
Check boxes operate independently, and radio buttons operate in groups
  B - 
The CheckChanged event is raised whenver the status of a check box or radio button changes
  C - 
To determine whether a check box or radio button is selected, you use its Checked property
  D - 
If you don’t specify a group name for a radio button, it won’t be part any group
 
[Người đăng: Thành Lãm - ST]
Ghé thăm Kênh của Vị Sư "hai lần chết đi sống lại"
Tu Si Chau Soc Thon

https://www.youtube.com/channel/UCoyC9WTTVR-M3qpTKKEXGnQ

Chau Soc Thon Official Channel


Phong Bảo Official
Phong Bao Official
Xem Nhiều nhất
Trắc Nghiệm Pascal - Bài 20
Trắc Nghiệm ASP.NET - Bài 12
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 16
Trắc Nghiệm ASP.NET - Bài 01
Trắc Nghiệm ASP.NET - Bài 03
Trắc nghiệm C++ - Bài 18
Trắc Nghiệm C# - Bài 53
Trắc Nghiệm ASP.NET - Bài 02
Trắc Nghiệm C# - Bài 42
Trắc Nghiệm Java - Bài 01
Trắc Nghiệm ASP.NET - Bài 04
Trắc Nghiệm Pascal - Bài 22
Trắc Nghiệm ASP.NET - Bài 13
Trắc Nghiệm ASP.NET - Bài 09
Trắc Nghiệm ASP.NET - Bài 08
Trắc nghiệm PHP - Bài 01
Trắc Nghiệm ASP.NET - Bài 06
Trắc Nghiệm ASP.NET - Bài 11
Trắc Nghiệm ASP.NET - Bài 05
Trắc Nghiệm ASP.NET - Bài 23
Đề Xuất
Trắc Nghiệm C Sharp - Bài 14
Trắc Nghiệm Java - Bài 33
Trắc nghiệm Linux - Bài 45
Trắc nghiệm C++ - Bài 19
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 36
10 Câu Hỏi Trắc nghiệm Về ASP.NET - Phần 02
Trắc Nghiệm ASP.NET - Bài 10
Trắc Nghiệm Thiết Kế Web Và Flash - Bài 24
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 07
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 41
Trắc Nghiệm C# - Bài 41
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 38
Trắc Nghiệm Visual Basic - Bài 24
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 53
Trắc Nghiệm Java - Bài 35
Trắc Nghiệm Visual Basic - Bài 35
Trắc Nghiệm Visual Basic - Bài 38
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 55
Trắc Nghiệm C# - Bài 52
Trắc Nghiệm Java - Bài 52
Phát triển hệ thống: TRƯƠNG HỮU ĐỨC - Phiên bản 3.0 - © Copyright 2013 - 2024 - VNEDU.ORG

free counters