+
+Hyperlink Demos
+
+
+ This hyperlink has Style!
+
+
+
+
+
+
+ This hyperlink has Tooltips!
+
+
+
+
+
+
+ This hyperlink is not visible
+
+
+
+
+
+
+
+ This hyperlink is DataBinding!
+
+
+
+
+
+
diff --git a/samples/BeforeWebForms/ControlSamples/Hyperlink/default.aspx.cs b/samples/BeforeWebForms/ControlSamples/Hyperlink/default.aspx.cs
new file mode 100644
index 000000000..a3879379d
--- /dev/null
+++ b/samples/BeforeWebForms/ControlSamples/Hyperlink/default.aspx.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace BeforeWebForms.ControlSamples.Hyperlink
+{
+ public partial class _default : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void HyperLink3_DataBinding(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/samples/BeforeWebForms/ControlSamples/Hyperlink/default.aspx.designer.cs b/samples/BeforeWebForms/ControlSamples/Hyperlink/default.aspx.designer.cs
new file mode 100644
index 000000000..17e90b77a
--- /dev/null
+++ b/samples/BeforeWebForms/ControlSamples/Hyperlink/default.aspx.designer.cs
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+//