Participant
1180 Points
788 Posts
Sep 08, 2015 07:33 AM|0belix|LINK
use:
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) HttpContext.Current.Session("pagename") = "microsoft" End Sub
Participant
1180 Points
788 Posts
Re: Assign value to session in Global.asax
Sep 08, 2015 07:33 AM|0belix|LINK
use: