summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
blob: a67462cff7df2b77325de644fb6810747ed2f375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<com:TContent ID="body">
<!-- $Id$ -->
<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" />

<div class="last-modified">$Id$</div></com:TContent>