ASP.NET separates the HTML output from program logic using a feature named as_______________?
(A) Code-front
(B) Exception
(C) Code-behind
(D) All of the above
How many configuration files can an ASP.NET projects have?
(A) One
(B) Two
(C) Three
(D) More than Three
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
In my .NET Framework I have threads. Which of the following denote the possible priority level for the threads ?
(A) AboveNormal
(B) Normal
(C) Highest
(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
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 ?
(A) User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
(B) User controls are displayed correctly in the Visual Studio .NET Designer
(C) Custom controls are displayed correctly in VS.Net Designer
(D) None of these
What is the maximum number of cookies that can be allowed to a web site ?
(A) 1
(B) 10
(C) 20
(D) 30
Which of the following is the default authentication mode for IIS ?
(A) Windows
(B) Anonymous
(C) Basic Authentication
(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