How?
Protected Sub Menu1_MenuItemClick(sender As Object, e As MenuEventArgs) Handles Menu1.MenuItemClick
If e.Item.Text = "TheItem" Then
<here the http://www link >
End If
End Sub
Printable View
How?
Protected Sub Menu1_MenuItemClick(sender As Object, e As MenuEventArgs) Handles Menu1.MenuItemClick
If e.Item.Text = "TheItem" Then
<here the http://www link >
End If
End Sub
Are you asking how to redirect a user? You should be able to do a Response.Redirect within the MenuItemClick event to redirect the user to any page you wish.
Thank you, that worked.
Glad to be of help. If the issue has been satisfactorily resolved, please go Thread Tools -> Mark as Resolved to let other users know that the issue has been solved.
Thanks!