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 28
Ngày làm bài: Hôm nay lúc 06:05:10 (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-
You have developed a timesheet entry application that will be used by all wmployees in your company. You have used ASP.NET to develop this application and have deployed it on the company’s Web server. What should all the employees of the company install on their computers before accessing the timesheet entry application?
  A - 
Visual Studio .NET
  B - 
.NET Framework SDK
  C - 
.NET Framework Redistributable
  D - 
A Web browser
2-
You have written a Visual C# .NET method that opens a database connection using a SqlConnection object, which retrieves some information from the database and then closes the connection. The information is retrieved using a stored procedure that might not always be available because of the maintenance schedules.
You have wrapped the code to call the stored procedure in a try-catch-finally block.
You use two catch blocks-one to catch the exceptions of type SqlException and the second to catch the exceptions of type Exception.
Which of the following places should you choose for closing the SqlConnection object?
  A - 
Inside the catch block that catches Exception objects
  B - 
Inseide the finally block
  C - 
Inside the catch block that catches SqlException objects
  D - 
Inside the try block, before the first catch block
3-
You have developed a Web page that uses the Image ASP.NET Web server control to display images form various source on the Internet. Sometimes an image might not be available because a Web site might be temporarily down for maintenance. In these situations, you are required to display a description for the image.
Which of the following properties of Image would you use?
  A - 
ToolTip
  B - 
Attribute
  C - 
Attribute Text
  D - 
ImageUrl
4-
You have designed a Web form that uses a DropDownList control to allow a user to select a state containing her shipping address. You’ve implemented an event handler for the SelectedIndexChanged event to update the sales tax amount displayed on the Web form when a new state is selected.
Users report that the sales tax amount is not update to matter which state they choose in the DropDownList control.
Which must you do to fix this problem?
  A - 
Set the AutoPostBack property of the DropDownList control to true.
  B - 
Replace the DropDownList control ListBox control.
  C - 
Move the code to the PreRender event of the DropDownList control.
  D - 
Set the EnableViewState property of the DropDownList control to true.
5-
You have created a Web page that users will use register with the Web site. Inside the event handler for the Load event of the Page, you want to access the data entered by the users on the Web page. Which of the following properties of the Page class can give you access to this data?
  A - 
ClientTarget
  B - 
Response
  C - 
Request
  D - 
Trace
6-
You have developed a form with a DataList control that displays order information. One of the database columns you want to display on this form is named Tax. This column contains a currency value. Which binding expression should you use to display this value on the user interface, formatted as currency?
  A - 
<%# DataBinder.Eval(Container.DataItem, "Tax","{0:c}")%>
  B - 
<%# DataBinder.Eval(Container.DataItem, "Tax")%>
  C - 
<%# "Tax")%>
  D - 
<%# "Tax", "{0:c}"%>
7-
You need to dynamically change the master page of a content page. In which page event should you implement the dynamic changing? (Choose the best answer.)
  A - 
Page_PreInit
  B - 
Page_Load
  C - 
Page_Render
  D - 
Page_PreRender
8-
You should assign different values to the Text and Value properties of a list item if you want to
  A - 
assign a key value to the item
  B - 
None of the above
  C - 
store a different value for the list item than the one that’s displayed
  D - 
assign an index value to the item
9-
You typically use the ListItem Collection Editor to add items to a List
  A - 
if the list items won’t change
  B - 
if the Text and Value properties of the list items are differenct
  C - 
if the Text and Value properties of the list items are the same
  D - 
if the list items change frequently
10-
You typically use the AlternatingTowStyle element of GirdView control to
  A - 
change the appearance of every other row
  B - 
change the data source of every other row
  C - 
change the data that’s displayed from the data source in every other row
  D - 
display a separator between rows
 
[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 04
Trắc Nghiệm Thiết Kế Web Và Flash - Bài 21
10 Câu Hỏi Trắc nghiệm Về ASP.NET - Phần 02
Trắc Nghiệm ASP.NET (English) - Bài 03
Trắc Nghiệm Thiết Kế Web (English) - Bài 03
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 13
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 43
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 08
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 64
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 18
Trắc nghiệm Linux ( English ) - Bài 24
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 52
Trắc nghiệm Linux - Bài 62
Trắc Nghiệm C Sharp - Bài 19
Trắc Nghiệm C Sharp - Bài 30
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 81
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 65
Trắc Nghiệm C++ - Bài 09
Trắc Nghiệm Java - Bài 28
Trắc nghiệm Linux - Bài 53
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