Which of the following is not the way to maintain state ?
A. Request object
B. Hidden fields
C. View state
D. Cookies
Which of the following is not the way to maintain state ? Read More »
ASP.net A. Request object
B. Hidden fields
C. View state
D. Cookies
Which of the following is not the way to maintain state ? Read More »
ASP.net A. SQLIIS.dll
B. LISXML.dll
C. SQLISAPI.dll
D. SQLXML.dll
Which DLL translate XML to SQL in IIS ? Read More »
ASP.net A. System.Web.Form
B. System.Web.UI.Form
C. System.Web.GUI.Page
D. System.Web.UI.Page
What class does the ASP.NET Web Form class inherit from by default ? Read More »
ASP.net A. To configure the web server
B. To configure the web browser
C. Configures the time that the server-side codebehind module is called
D. To store the global information and variable definitions for the application
Web.config file is used.. ? Read More »
ASP.net A. Response object
B. Application object
C. Session object
D. Server object
Which object can help you maintain data across users ? Read More »
ASP.net A. Page_Load()
B. Page_Init()
C. Page_click()
D. Page_doubleclick()
The first event triggers in an aspx page is__________________? Read More »
ASP.net A. 10 mins
B. 20 mins
C. 2 mins
D. Exists for the Life of the current page
What is the lifespan for items stored in viewstate______________? Read More »
ASP.net A. Microsoft SQL Server
B. Session State Service
C. In-process storage
D. All of the above
In ASP.NET if one wants to maintain session then which of the following is used ? Read More »
ASP.net A. needs to be available to the public
B. must be platform-independent
C. has a thin front end (client)
D. All of the above
It is best to use a web instead of a windows application when the application ? Read More »
ASP.net A. Include the deny element.
B. Include the identity element.
C. Include the authorization element.
D. Include the authentication element
How to implement authentication via web.config ? Read More »
ASP.net