Search
.Management Sciences
Category: ASP.net
Select the caching type supported by ASP.Net?
A. DataCaching
B. Output Caching
C. Both A and B
D. None of these
In ASP.NET if one wants to set the focus on a particular control________________?
A. Call FOCUS method
B. Call SETCONTROL
C. Call SETFOCUS
D. None of the above
Choose the form in which Postback occur_________________?
A. Webforms
B. HTMLForms
C. Winforms
D. None of these
Which of the following tool is used to manage the GAC ?
A. GacSvr32.exe
B. GacUtil.exe
C. GacMgr.exe
D. RegSvr.exe
What is used to validate complex string patterns like an e-mail address ?
A. Extended expressions
B. Irregular expressions
C. Regular expressions
D. Basic expressions
Which of the following is the performance attributes of processModel ?
A. maxWorkerThreads
B. requestQueue limit
C. maxIdThreads
D. all of the above
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
Select the type Processing model that asp.net simulate ?
A. Static
B. Linear
C. Topdown
D. Event-driven
How to implement authentication via web.config ?
A. Include the deny element.
B. Include the identity element.
C. Include the authorization element.
D. Include the authentication element
The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called ?
A. Cross Page Posting
B. Code-front
C. Theme
D. None of the above
Recent Comments