summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
diff options
context:
space:
mode:
authorwei <>2006-09-23 00:05:08 +0000
committerwei <>2006-09-23 00:05:08 +0000
commit0ccf3763474a18b72b6a166399fc1cf569b867f8 (patch)
tree15d91d804c0da27fb8995726e48c0001df1f95c8 /demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
parentb6e12bedc51b56cf0f1a5930e69a4c377cd3dfe5 (diff)
Fixed #389 and add OnPreDispatch for TCallbackClientSide
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page b/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
new file mode 100644
index 00000000..e8298ee1
--- /dev/null
+++ b/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
@@ -0,0 +1,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> \ No newline at end of file