Computer Programming MCQs

5739 MCQs  (Page 446 of 574)

What section of the config.Web file is used for storing a list of authorized users ?
A. Securitypolicy
B. Authentication
C. Authorization
D. None of the above
In ASP.NET what does the following return ?
A. Gives the memory working set
B. Return null value
C. Gives error
D. None of the above
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
Which of the following transfer execution directly to another page ?
A. Response.redirect
B. Server.transfer
C. Both a and b
D. None of these
What namespace does the Web page belong in the .NET Framework class hierarchy ?
A. System.windows.page
B. System.web.page
C. System.web.ui.page
D. None of these