blob: 387b40af49413cdb203174eaf9b9e2af2bbab049 (
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>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" />
<div class="last-modified">$Id$</div></com:TContent>
|