I have the login page and obviously it already validates the user and password of a database in SQL, what I want is that on another page it shows me the username (it is a masterpage), of the person who is logged in.
I have the login page and obviously it already validates the user and password of a database in SQL, what I want is that on another page it shows me the username (it is a masterpage), of the person who is logged in.
Use Sesion("invariable") = nombre usuario
And to recover it Sesion("invariable").ToString()