Search
.Management Sciences
Category: ASP.net
Which of these files takes the web application in offline mode ?
A. app_offline.html
B. app_offline.htm
C. appoffline.html
D. None of these
Postback occurs in which of the following forms_________________?
A. Webforms
B. Winforms
C. HTMLForms
D. None of these
Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
A. Avoid page to be cached
B. Clears the buffer area
C. The session expires
D. None of the Above
Which object can help you maintain data across users ?
A. Response object
B. Application object
C. Session object
D. Server object
The control used in ASP.NET to display information from data set but with better formatting and editing behavior is_______________?
A. DataList
B. Button
C. Panel
D. None of the Above
Which method displays the custom control________________?
A. Display
B. Page_Load
C. Render
D. The Prerender
Explain the significance of Server .MapPath ?
A. Returns the Virtual Path of the web folder
B. Maps the specified virtual path to Physical path
C. Returns the physical file path that corresponds to virtual specified path
D. All of the above
What is the base class from which all Web forms inherit ?
A. Page Class
B. Master Page
C. Session Class
D. None of these
The first event to be triggered in an aspx page is?
A. Page_Init()
B. Page_Load()
C. Page_click()
D. None of these
ASP.NET separates the HTML output from program logic using a feature named as_______________?
A. Code-front
B. Exception
C. Code-behind
D. All of the above
Recent Comments