Search
.Management Sciences
Category: ASP.net
Select the validation control used for “PatternMatching”?
A. RangeValidator
B. PatternValidator
C. RegularExpressionValidator
D. FieldValidator
In ASP.NET the sessions can be dumped by using ?
A. Session.Abandon
B. Session.Dump
C. Session.Exit
D. None of these
Which of the following is TRUE about Windows Authentication in ASP.NET ?
A. Role membership determined only by user programming
B. Automatically determines role membership
C. ASP.NET does not support Windows Authentication
D. None of these
tag replaces which of the following HTML tags?
A.
B.
C.
D. None of the above
An alternative way of displaying text on web page using ?
A. asp:listitem
B. asp:button
C. asp:label
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
Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?
A. Lock()
B. ThreadLock
C. Synchronize()
D. Synchronize
If in an ASP.NET application one want to create http handlers which of the interface is used________________?
A. pipeline
B. Handler
C. IHttpHandlerFactory
D. None of the above
The actual work process of ASP.NET is taken care by _____________?
A. aspnet_wp.exe
B. aspnet_isapi.dll
C. inetinfo.exe
D. None of these
The technique that allow code to make function calls to .NET applications on other processes and on other machines is_____________?
A. .NET Remoting
B. .NET Threading
C. .NET RMT
D. None of these
Recent Comments