Page Stats
Visitor: 540
The LinkLabel control is similar to an ordinary label. When you place your mouse over the LinkLabel, the mouse pointer will turn into a hand. The LinkLabel control can be used to link to files, directories, or web pages. Link Label properties are:
| Attributes | Description |
|---|---|
| LinkArea | Indicates the portion of the text that wil be displayed as a link. |
| LinkColor | The color of the unvisited link. |
| LinkVisited | When set to true, the color of the link will be swapped by the color of the VisitedLinkColor property. |
| VisitedLinkColor | The color The color of a visited link. |
Q10. Click on Link Label to Follow link
