Search
.Management Sciences
Category: ASP.net
____________ is a special subfolder within the windows folder that stores the shared .NET component?
A. GAC
B. Root
C. /bin
D. None of these
Which Kind Of data we can store in viewstate ?
A. Viewstate can store onlys string
B. Viewstate can store anything
C. Viewstate can store only serilizable object
D. None of these
What class does the ASP.NET Web Form class inherit from by default ?
A. System.Web.Form
B. System.Web.UI.Form
C. System.Web.GUI.Page
D. System.Web.UI.Page
Common type system is built into which of the following?
A. RCT
B. GAC
C. CLR
D. RCW
Which of the following is the default authentication mode for IIS ?
A. Windows
B. Anonymous
C. Basic Authentication
D. None of these
How do you disable client side validation ?
A. Set the ClientTarget property to Downlevel
B. Set the Runat property to server
C. Set the inherits property to codeb
D. Set the language property to C#
What is the extension of a web user control file ?
A. .Aspx
B. .Asmx
C. .Ascx
D. None of these
Which property is used to name a web control ?
A. ControlName
B. Designation
C. ID
D. Name
Web.config file is used.. ?
A. To configure the web server
B. To configure the web browser
C. Configures the time that the server-side codebehind module is called
D. To store the global information and variable definitions for the application
What is the transport protocol used to call a webservice ?
A. TCP
B. HTTP
C. SMTP
D. SOAP
Recent Comments