mobile Link: url and text (VB.net)
<%@ Page
Inherits="System.Web.UI.MobileControls.MobilePage"
Language="VB"
%>
<%@ Register
TagPrefix="mobile"
Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile"
%>
<script runat="server" language="VB">
</script>
<mobile:Form id="Test" runat="server">
<mobile:Link
runat="server"
id="Link1"
Text="Click Here!"
NavigateURL="http://www.java2s.com"
/>
<mobile:Link
runat="server"
id="Link2"
Text="Or Here!"
NavigateURL="http://www.java2s.com"
Font-Bold="True"
Font-Size="Large"
Alignment="Right"
/>
</mobile:Form>
Related examples in the same category