francamente non ho capito quello che vuoi..comunque
<asp:hyperlink runat="server" Text="quello_che_vuoi" ID="tuo_nome" NavigateUrl="percorso" />
oppure
Sub quello che vuoi (s as object, e as eventargs)
altri eventi
tuo_nome.NavigateUrl = "percorso"
End sub

Rispondi quotando