Hi everyone, I'm a newbie in VB.net I would like to ask if there is a code or equivalent code or script like
$_SESSION variable of PHP in VB.Net
Thanks;

Yes of course there is... For example taking the text from a textbox control and assigning it to a session variable..

Session("FirstName") = FirstNameTextBox.Text

Take a look at this MSDN article: ASP.NET Session State Overview

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.