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