What are some of the commonly used LinkLabel properties, and what is the default event generated when the link is clicked by a user?
What will be an ideal response?
See the table below:
Property or MethodDescription
ActiveLinkColorThe color of the link when it is clicked
LinkColorThe original color of links before they have been visited; usually blue by default
LinkVisitedIf true, the link's color is changed to the VisitedLinkColor
VisitedLinkColorThe color of a link after it has been visited; usually purple by default
LinkClicked()The default event that is generated when the link is clicked by the user
You might also like to view...
Create a static method the Picture class which will create and return a Picture object from a passed file name. Is this better or worse than using a constructor that takes a file name?
What will be an ideal response?
Which of the following does Ajax use to modify Web pages?
A) JavaScript B) hidden fields C) server-side scripts D) synchronous transmission protocols
A loosely coupled system is __________ than a tightly coupled system.
a) less fault tolerant b) more flexible c) more efficient d) more expensive
A __________ profile is stored on a server. When a user logs on to a network computer, the profile is copied locally to the computer. No changes are saved when the user logs off the server. Only an administrator can make changes to the profile
a. Roaming b. Mandatory c. Local d. Temporary