humour
Programmer
- Nov 24, 2003
- 87
I want to use the hyperlink class to set a session variable that will control the language displayed on the website for the rest of the session.
I am sure this can be done... But I havent found an example on the net.
I want the equivelent of this code but for a hyperlink.
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Session("language")="french"
End Sub
I am sure this can be done... But I havent found an example on the net.
I want the equivelent of this code but for a hyperlink.
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Session("language")="french"
End Sub