ASP.net MCQs

133 MCQs  — Computer Programming MCQs  (Page 7 of 14)

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