Search
.Management Sciences
Category: ASP.net
____________ 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
We can manage states in asp.net application using________________?
A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above
Which of the following denote ways to manage state in an ASP.Net Application ?
A. Application objects
B. Session objects
C. ViewState
D. All of the above
Recent Comments