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 : 200Rs or $8
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
narenkumar851@gmail.com
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
narenkumar851@gmail.com
Introduction
In this project, you can create your complaints to admin department. Review your complaints by the admin department and try to solve the problem.Project Module
I have two module in this project first one is consumer module and last one admin module.How to work(Step by step guide)
Step-1 : First to complete the consumer registration.Step-2 : Login in your account using consumer login panel.
Step-3 : Fill the complaints form, after login.
Step-4 : Check Status after few time in consumer panel.
Step-5 : Open Admin account using admin login panel.
Step-6 : Check New or old consumer complaints and try to solve the problem if possible.
Step-7 : Update the pending status
Requirements
Software : Visual Studio 2010Project Screen
Home page
Code
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register src="UserControl/complaintform.ascx" tagname="complaintform" tagprefix="uc1" %>
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<h2>
Complaint Form Fill by Consumer</h2>
<p>
<table style="width:100%;">
<tr>
<td>
<uc1:complaintform ID="complaintform1" runat="server" />
</td>
<td valign="top">
<asp:Image ID="Image1" runat="server" Height="526px"
ImageUrl="~/images/complaint-handling-cartoon.jpg/" Width="340px" />
</td>
</tr>
</table>
</p>
<p>
</p>
</asp:Content>
How to download this project
Step-1 : mail to me ( narenkumar851@gmail.com)Step-2 : Project Cost $10 or 400 Rs
Comments
Post a Comment