Search
.Management Sciences
Category: ASP.net
Which of the following object is not an ASP component ?
A. AdRotator
B. File Access
C. LinkCounter
D. Counter
In .NET the operation of reading metadata and using its contents is known as _________________?
A. Reflection
B. Binding
C. Serialization
D. Enumeration
The first event triggers in an aspx page is__________________?
A. Page_Load()
B. Page_Init()
C. Page_click()
D. Page_doubleclick()
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this ?
A. Use the ImageMap control and randomly select a HotSpot to show or hide.
B. Use the AdServer control and create an XML file with configuration of the control.
C. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.
D. Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed.
How many configuration files can an ASP.NET projects have?
A. One
B. Two
C. Three
D. More than Three
WSDL stands for ______________________?
A. Web Server Descriptor Language
B. Web Server Description Language
C. Web Services Description Language
D. Web Services Descriptor Language
Which method do you invoke on the Data Adapter control to load your generated dataset ?
A. Fill( )
B. Read( )
C. ExecuteQuery( )
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
What executable unit gets created when we build an ASP.Net application ?
A. . EXE
B. . COM
C. . DLL
D. None of the above
The .NET framework which provides automatic memory management using a technique called _________________?
A. Assemblies
B. Serialization
C. Overriding
D. Garbage Collection
Recent Comments