Hello guys,how are you?
well im in a bit of trouble,so i want some help.
I´m developing a site in VB.NET that in the beginning the user must login to access other pages.This part is ok,the user logins successfully and goes to members area.In this area,i would like to show in the header,the sentence 'welcome'+username during all the pages that he enters,like for example 'about page' or 'privacy policy page'i would like that if he´s logged in,his username appearing in the header.
I´m not using masterpage.I was using request.querystring to get the value of an early session to the next page,but it´s not working much.
please give me a hand guys! =)