Using VB.Net and SQL Server 2005
I have a login page in Windows based application, Once login, in the next page the user name should display in the menu.
For Example,
In a Admin Login, the Admin should display in the MDI From menu
In a User Login, the User name should display in the MDI From menu
...
Need VB.Net Code Help
I presume that you have a table named
Loginand has three fields (username,password,role).Pseudo code:
username and password.