I want to show Components in a tabs , so first of all create few components. In this project we have three components, First View Component public class AllViewComponent : ViewComponent { private readonly UserManager<ApplicationUser> _userManager; public AllViewComponent(UserManager<ApplicationUser> userManager) { _userManager = userManager; } public async Task<IViewComponentResult> InvokeAsync() { List<StudentViewModel> allUsers = new List<StudentViewModel>(); var items = await _userManager.Users.ToListAsync(); foreach (var item in items) { allUsers.Add(new StudentViewModel {Id=item.Id, EnrollmentNo = item.EnrollmentNo, FatherName = item.FatherName, Name = item.Name, Age = item.Age, Birthdate = item.Birthdate, Address = item.Address, Gender = item.Gender, Email = item.Email }); }
Download this project
Project cost : 300Rs or $10
Pay me at:
PayPal id : saini1987tarun@gmail.com
Via bank transfer
ICICI bank account number is : 153801503056
Account holder name is : Tarun kumar saini
IFSC code is : ICIC0001538
SBBJ bank detail : 61134658849
Account holder name: Tarun kumar saini
IFSC code : SBBJ0010398
CONTACT ME
Introduction:
Sometimes we can’t remember all of the detail of each of our friend. We have to store them, so that we can remind the details when we want. If we talk about our personal computer then it will be the safest place for us to store them in a file.Address Book is a windows application which stores all the details of your friends. It saves their common fields like name, father name, age, date of birth and etc. Of course we are the administrator of our computer that’s why we can trust our computer.
Features of Project:
- One can add/modify/remove an address from the database easily.
- Search option is available for larger databases.
- User can print the list of his/her friends using a single click.
- It have its own username and password that is known only to the administrator.
System Requirements:
- Visual Studio 2010 or higher
- SqlServer 2008 or higher
- DotNet Framework 4.0 or higher (pre-loaded with Visual Studio)
Run the project:
It is a windows form application, so either press F5 or click on Start button. It will load the login window, which requires username and password. Username is “admin” and password is “password”, click on login button and the manage options window will be shown to you.Screenshots:
Gives you the brief description of the project.
Login Window
Manage options:
Provides basic three options i.e. list of addresses, search and print option.
List of addresses:
Contains list of addresses your address book have, you can add, edit or remove any record that is selected in the list.There are some more forms like edit window, search and print window.
If you want to purchase this please contact me on : narenkumar851@gmail.com
Comments
Post a Comment