Hi,
I am new to asp.net programming. I want to know how I can display the record after login.
This is the scenario:
I have login.aspx and employee.aspx.
After login it will direct the user to employee form and display the record of the logged in employee only.
The employee number in my table is the same as the username.
I am using asp.net 2005, with the included sql 2005.