The ListBox control allows only single selection (like a radioButton).
True
False
cookie is:.........
A way of storing information related to a specific user.
Another name for Application objects
Another name for Session objects
C#
C++
VB
A+C
Which of the following denote the property in every validation control?
ControlToValidate property
Text property
.Both A and B
Which of the following control is used to validate that two fields are equal?
RequiredFieldValidator
RegularExpressionValidator
CompareValidator
What is used to validate complex string patterns like an e-mail address?
Basic expressions
Extended expressions
Regular expressions
Irregular expressions
You use the ____ class to create an e-mail object that contains message information such as the sender, recipient, subject, and body.
MailMessage class
Mail class
webmail class
FALSE
._ _____is a protocol that most e-mail systems use to send messages over the Internet.
HTTP
FTP
HTTPS
SMTP
How do you manage states in asp.net application?
Session Objects
Application Objects
Viewstate
All of the above
What is the extension of a web user control file?
.Web
.Ascx
.Aspx
.Asmx
ImageMap is a server side control, which allows you to display an image and take an action when a particular part of the image is clicked.
An alternative way of displaying text on web page using........
asp:listitem
asp:label
asp:button
When we need to retrieve only a single value from the Database,which Method is efficient...
ExecuteNonQuery()
ExecuteXmlReader
ExecuteScalar()
ExecuteReader()
The property used to display information in a TextBox is _______.
appearance
text
Caption
name
What does ASP stand for?
All Standard Pages
Active Standard Pages
A Server Page
Active Server Pages
Choose the form in which Postback occurs........
HTMLForms
Winforms
Webforms
runat="client"
runat="server"
web service
Int.Parse is used to _______.
properly align decimal positions in a numeric value
convert data in a textbox to a numeric value with no decimal places
add a dollar sign ($) to improve the way the output looks
convert data in a textbox to a numeric value with 2 decimal places
The user's Web browser asks a Web server for the Web page in what is referred to as a ____.
client
response
request
service