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