ASP.net MCQs

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

In ASP.NET the sessions can be dumped by using ?
A. Session.abandon
B. Session.dump
C. Session.exit
D. None of these
Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below ?
A. One must override the method receivemessage
B. One must override the method initializemethod
C. Both a and b
D. One must override the method processmessage
Which of the following method must be overridden in a custom control ?
A. The default constructor
B. The control_build() method
C. The paint() method
D. The render() method
What data types do a Rangevalidator supports ?
A. String
B. Integer
C. Date
D. All of the above
In ASP.NET page framework an automatic way to associate page events and methods is______________?
A. It is not possible to set automatically page events and methods
B. Autoeventwireup attribute of the page directive is set to false
C. Autoeventwireup attribute of the page directive is set to true
D. All of the above
The GridView control in ASP.NET has which of the following features ?
A. Automatic paging
B. Automatic data binding
C. Both a and b
D. None of the above