ASP.net MCQs

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

When does Garbage collector run ?
A. It runs random
B. When application is running for more than 15 minutes
C. When application is running low of memory
D. None of these
What attributes do you use to hide a public .Net class from COM ?
A. Comvisible attributes
B. Dllimport attributes
C. Com interop
D. All of the above
Which of the following must be done in order to connect data from some data resource to Repeater control ?
A. Call the databind method
B. Set the datasource property
C. Both a and b
D. None of these
What is the Server.MachineName does_________________?
A. Gets the referred web site name on the server
B. Gets the server’s machine name
C. Gets the client machine name
D. None of the above