Search
.Management Sciences
Category: ASP.net
Which property of the session object is used to set the local identifier ?
A. SessionId
B. LCID
C. Item
D. Key
Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________________?
A. Threading
B. AppDomain
C. RCW
D. Serialization
______________ element in the web.config file to run code using the permissions of a specific user?
A. element
B. element
C. element
D. element
How do we create a FileSystemObject ?
A. Server.CreateObject(“Scripting.FileSystemObject”)
B. Create Object:”Scripting.FileSystemObject”
C. Server.CreateObject(“FileSystemObject”)
D. Create(“FileSystemObject”)
In ASP.NET what does the following return ?
A. Gives the memory working set
B. Return Null value
C. Gives Error
D. None of the Above
The __________________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues?
A. CurrentUICulture
B. CurrentCulture
C. All of the above
D. None of these
What is the default session out time__________________?
A. 10 sec
B. 20 sec
C. 20 min
D. 40 min
Which of the following denote the web control associated with Table control function of ASP.NET ?
A. DataList
B. TableRow
C. ListBox
D. All the Above
What section of the config.Web file is used for storing a list of authorized users ?
A. securityPolicy
B. authentication
C. authorization
D. None of the above
What data types do a Rangevalidator supports ?
A. String
B. Integer
C. Date
D. All of the above
Recent Comments