Search
.Management Sciences
Category: ASP.net
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
In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
A. System.Activator
B. ProxyWebPartManager
C. WebPartManager
D. None of these
By default, code written with the Debug class is stripped out of release builds?
A. Yes
B. No
C. May be
D. Confuse
A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
A. AdRotator
B. LinkButton
C. Both A and B
D. None of the Above
Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
A. Private
B. no-cache
C. Public
D. All of the above
Give one word: What model does ASP.NET request processing is based on__________________?
A. Top-down
B. Bottom-up
C. Waterfall
D. Pipeline
To add a custom control to a Web form we have to register with?
A. Name space of the dll that is referenced
B. Assemblyname
C. TagPrefix
D. All of the above
Which of the following denote page code model in ASP.NET ?
A. single-file
B. code-behind
C. Both A and B
D. None of the Above
File extension used for ASP.NET files ?
A. .ASP
B. .Web
C. .ASPX
D. None of these
Difference between Response.Write() and Response.Output.Write() ?
A. Response.Output.Write() allows you to write formatted output
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output
Recent Comments