summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
blob: e8298ee1a13030ec93bde06ac8ce74441671fd32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<com:TContent ID="body">
<!-- $Id: ActiveCheckBox.page 1405 2006-09-10 01:03:56Z wei $ -->
<h1 id="ActiveHyperLink">TActiveHyperLink</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveHyperLink" />

<p>
The active control counterpart of <a href=?page=Controls.HyperLink">THyperLink</a>
component. During a callback request, changes to the <tt>Text</tt>, <tt>ImageUrl</tt>,
<tt>NavigateUrl</tt> and <tt>Target</tt> properties on the server side will also
change the corresponding attributes and content on the client-side.
</p>

<com:RunBar PagePath="ActiveControls.Samples.TActiveHyperLink.Home" />

</com:TContent>