forum

Home / DeveloperSection / Forums / How to create a link to a website in vb code behind?

How to create a link to a website in vb code behind?

Anonymous User205314-Apr-2015

It may be simple but the search words in Google give too many irrelevant results.

Protected Sub Menu1_MenuItemClick(sender As Object, e As MenuEventArgs) Handles Menu1.MenuItemClick

    If e.Item.Text = "SomeItem" Then

      'The link goes here

    End If

End Sub


Updated on 06-Jul-2023
I am a content writter !

Can you answer this question?


Answer

2 Answers

Liked By