Question
Create an Application on asp.net mvc with below functionality. use SQL Server ,C# and ASP.net MVC. 1.User can Login and Logout. 2.Able to add users(name
Create an Application on asp.net mvc with below functionality. use SQL Server ,C# and ASP.net MVC.
1.User can Login and Logout.
2.Able to add users(name ,email,ACtive) with credentials/password.
3.Show userlists in grid with datatable js.
4.Show user detail by clicking on any of the user.
5.Able to add roles (super admin,system user)
6.Able to assign role to user.
7.how roles in grid.
8.only super admin can change password of other user and if any other role user tries to change , an alert should show with msg 'you are not authorized for this action'.
9.apply validation on each form.
10.Create a page through with user mark itself Active/inactive (bit) through a click of a button.and After performing this action
user state(active/inactive) should save in another history table with action date and currentstatus(active/inactive).
Bonus Points
Add Filter --> to Filter users By Roles
Apply Server Side Paginition to the Records e.g if 20 users in the db and the if suer click on page 1 only 10 records from the db will fetch and when cutomer click on page to the next 10 records will render in the Grid.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started