VB.NET hyperlink vb.net - Net-Raft.com

Welcome aboard! We are happy you are here and wish you good net-raft!




Just a Web Code Solution
join us

hyperlink in vb.net


 79

VB.NET


0

<%@ Page Language="VB" AutoEventWireup="true" CodeFile="myfile.vb" Inherits="myfile" %>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<asp:HyperLink ID="HyperLink1" runat="server"></asp:HyperLink>
</form>
</body>
</html>

// myfile.vb

Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.Services
Imports System.Web.Script.Serialization

Partial Public Class myfile
Inherits System.Web.UI.Page

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

HyperLink1.Text = "net-raft.com"
HyperLink1.TabIndex = 1
HyperLink1.AccessKey = "w"
HyperLink1.Target = "_blank"
HyperLink1.NavigateUrl = "https://net-raft.com"

End Sub

End Class


By        
The power of the user (%)
62%



The most helpful VB.NET solutions

get computer name vb.net get computer name vb.net VB.NET

Click to see more ...

  1.1K     76

get domain name vb.netget domain name vb.netVB.NET

Click to see more ...

  921     71

how to get client ip address using vb.net ?how to get client ip address using vb.net ?VB.NET

Click to see more ...

  761     63

How to get client machine name or computer name with vb.net?How to get client machine name or computer name with vb.net?VB.NET

Click to see more ...

  992     57

array vb.netarray vb.netVB.NET

Click to see more ...

  502     56

get client country vb.netget client country vb.netVB.NET

Click to see more ...

  440     52

get client latitude and longitude vb.netget client latitude and longitude vb.netVB.NET

Click to see more ...

  285     36

detect mobile vb.netdetect mobile vb.netVB.NET

Click to see more ...

  249     23

get machine name vb.netget machine name vb.netVB.NET

Click to see more ...

  264     22

detect browser vb.netdetect browser vb.netVB.NET

Click to see more ...

  176     16

Welcome aboard!
We are happy you are here and
wish you good net-raft!