I'm developing a webpage using ASP.NET and C# backend as SQL SERVER. When the user log-in with there respective password, after it gets successful log-in it should display there user name. i.e like in facebook after we gets log-in its displays our name. My guide told we should get the log-in details from the current session. But still using many codes I'm facing the prob as "Welcome Guest". Any codes for how to get the user details after they log-in?