You Scored:
Ranking:
Past Papers ASP DOT NET Questions Answers
1. Which DLL translates XML to SQL in IIS?
SQLIIS.dll
LISXML.dll
SQLISAPI.dll (Answer)
SQLXML.dll
2. Web.config file is used?
Configures the time that the server-side codebehind module is called
To store the global information and variable definitions for the application (Answer)
To configure the web browser
To configure the web server
3. An alternative way of displaying text on web page using?
asp:button
asp:label (Answer)
asp:listitem
None of them
4. Which of the following object is not an ASP component?
LinkCounter (Answer)
AdRotator
Counter
File Access
5. We can manage states in asp.net application using?
Viewstate
Application Objects
Session Objects
All of the above (Answer)
6. Which of the following is not the way to maintain state?
Hidden fields
Request object (Answer)
View state
Cookies
7. Why is Global.asax is used?
All of above
No use
Implement application and session level events (Answer)
Declare Global variables
8. You can have only one Global.asax file per project?
No
Yes (Answer)
9. -------------- element in the web.config file to run code using the permissions of a specific user?
< authorization> element
< authentication> element
< identity> element (Answer)
< credential> element
10. The first event triggers in an aspx page is?
None of them
Page-Load()
Page-click()
Page-Init() (Answer)