Reference no: EM13949115
Create a database with a table called "MyUsers" and "MyRole" This table should have the following columns.
loginID -Text (Primary Key.)
FullName- Text.
Description- Text.
Password
The table, MyRole, should have the following columns -
role name
role description
There should be 2 roles in this table
Administrator, Administrator of the web site
Use Visual Studio.NET 2008 to create an ASP.NET with two asp forms: default.aspx, and userAdmin.aspx
The first form is a login page default.aspx Users cannot view the other forms until they have successfully logged onto the application. The user needs to login using their UserId and Password.
The second form contains a GridView control, The GridView control will allow the user to
-view the users and their role