summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveLinkButton.page
blob: 22c81295ecf72fff2c66e356d002aa14da428210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<com:TContent ID="body" >

<h1 id="162022">TActiveLinkButton</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveLinkButton" />

<p class="block-content">
<tt>TActiveLinkButton</tt> is the active control counter part to <tt>TLinkButton</tt>.
When a <tt>TActiveLinkButton</tt> is clicked, rather than a normal post back request a
callback request is initiated.
The <tt>OnCallback</tt> event is raised during a callback request
and it is raise <b>after</b> the <tt>OnClick</tt> event.
When the <tt>ActiveControl.EnableUpdate</tt>
property is true, changing the <tt>Text</tt> property during callback request
will update the link text upon callback response completion.
</p>

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

</com:TContent>