I've created a solution in which I've both VB and C# project. Can I get the session Value Field from VB page in C#.
If C# and VB Pages in same Project then you can access it by session name but if you have added Different Project in same Solution for VB and C# then you need to use Session state Mode as SQLServer mode.
Refer the below links for your reference.
https://msdn.microsoft.com/en-us/library/ms178586.aspx
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.