Search
.Management Sciences
Category: ASP.net
Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
A. To create a customized control that needs to display data in a tabular fashion
B. To create and populate a Table in Design view
C. To create and populate a Table with images
D. To display a tabular result set
What is a diffgram ?
A. Finds the difference in two objects
B. Finds the difference in two files
C. The one which renders the dataset object contents to XML
D. None of the above
____________ tests make sure that new code does not break existing code?
A. Integration tests
B. Regression tests
C. Load test
D. Unit tests
In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
A. The GridView control
B. The DetailsView control
C. The FormView control
D. The Table control
How ASP.Net Different from classic ASP ?
A. Code is separated from the HTML and interpreted Code is interpreted separately
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these
By default, ASP.NET store SessionIDs in ___________________?
A. Global variable
B. Cookies
C. Database
D. Database
The first event to be triggered in an aspx page is__________________?
A. Page_Init()
B. Page_Load()
C. Page_click()
D. None of the above
Which of the following is the way to monitor the web application ?
A. Alerts Snap-ins
B. Performance logs
C. MMC Event viewers
D. All of the above
If a developer of ASP.NET defines style information in a common location. Then that location is called as________________?
A. Theme
B. Master Page
C. Customization
D. None of these
Why is Global.asax is used ?
A. Implement application and session level events
B. Declare Global variables
C. No use
D. All of the above
Recent Comments