Hello, I need Help... I want to get Login User Information from SQL Table...
I have two tables which are Login and StudentInfo * all have studentID.
How do I get all the Information in StudentInfo Table and display it for a current logedin user in C#
I have used session to display loged in username but I dont know how to display other information.
Please Help :(