Search
.Management Sciences
Category: ASP.net
The type of code found in Code-Behind class is __________________?
A. Client-side code
B. Server-side code
C. Both A and B
D. None of these
It is best to use a web instead of a windows application when the application ?
A. needs to be available to the public
B. must be platform-independent
C. has a thin front end (client)
D. All of the above
What tags one need to add within the asp:datagrid tags to bind columns manually ?
A. Set AutoGenerateColumns Property to true on the datagrid tag
B. Set AutoGenerateColumns Property to false on the datagrid tag
C. Set AutomaunalColumns Property to true on the datagrid tag
D. It is not possible to do the operation
The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is _______________?
A. System.Data
B. System.Security
C. System.Diagnostics
D. System.EnterpriseServices
What is the lifespan for items stored in viewstate______________?
A. 10 mins
B. 20 mins
C. 2 mins
D. Exists for the Life of the current page
In .NET the operation of reading metadata and using its contents is known as ________________?
A. Reflection
B. Enumeration
C. Serialization
D. Binding
Which one of the following namespaces contains the definition for IdbConnection ?
A. System.Data.Interfaces
B. System.Data.Connection
C. System.Data.Common
D. System.Data
Which of the following is true about session in ASP.NET ?
A. The default time interval is 5 minutes
B. Programmers has to take care of delete sessions after configurable timeout interval
C. ASP.NET automatically delete sessions after configurable timeout interval
D. None of the Above
Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
A. To create a customized control that needs to display data in a tabular fashion
B. To create and populate a Table in Design view
C. To create and populate a Table with images
D. To display a tabular result set
What is a diffgram ?
A. Finds the difference in two objects
B. Finds the difference in two files
C. The one which renders the dataset object contents to XML
D. None of the above
Recent Comments