Search
.Management Sciences
Category: ASP.net
How do you add ASP.Net 3rd party component__________________?
A. Add reference of dll file and place the code where ever required
B. By add/Remove items in the project menu
C. Cannot add 3rd party component to asp.net
D. None of the above
Which of the following control is used to validate that two fields are equal ?
A. equals() method
B. RegularExpressionValidator
C. RequiredFieldValidator
D. CompareValidator
What is the significance of Response.AddHeaders( ) ?
A. Adds HTTP Headers to output stream
B. Adds Tag to rendered Page
C. Add Headers to the web site
D. None of the above
Which of the following denote New Data-bound Controls used with ASP.NET ?
A. SqlDataSource
B. FormView
C. GridView
D. All of the above
We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
A. page_laod event in aspx page
B. page_load event in code-behind
C. both will run simultaneously
D. None of these
Which language is used to create an ASP.NET code file ?
A. Visual Basic
B. C#
C. C++
D. All of the above
In ASP.NET if one wants to maintain session then which of the following is used ?
A. Microsoft SQL Server
B. Session State Service
C. In-process storage
D. All of the above
In ASP.NET page framework an automatic way to associate page events and methods is______________?
A. It is not possible to set automatically page events and methods
B. AutoEventWireup attribute of the Page directive is set to False
C. AutoEventWireup attribute of the Page directive is set to true
D. All of the above
On which of the operating system below ASP.NET can run ?
A. Windows XP Professional
B. Windows 2000
C. Both A and B
D. None of these
Recent Comments