Click here to Skip to main content
15,885,141 members

Require ASP.Net MVC 4 Demo

anrorathod asked:

Open original thread
Dear Friends,

I am newer in MVC 4 Pattern in ASP.Net, But I have developed a page to add, edit, delete and view record for single table.

But, I am getting problem for multiple table. So Can anyone help me to develop as below functionality ?

Below requirement is for demo purpose only, if you can help me to develop this demo then I can implement that development in my project.

Thanks in Advance. :-)

Thanks and Regards,
Rohit

Table
Employee
EmpId (numeric - auto increament) (PK)
Username (nvarchar(20)) (Required)
Password (nvarchar(20)) (Required)

EmpPersonal
EPId (numeric- auto increament) (PK)
EmpId (numeric – FK of Employee table)
FirstName (nvarchar(20)) (Required)
LastName (nvarchar(20)) (Required)
BirthDate (datetime)
EmailId (nvarchar(20)) (Required)
MobileNo (nvarchar(20)) (Required)
HomePhone (nvarchar(20))

EmpQualification
EQId (numeric – auto increament) (PK)
EmpId (numeric – FK of Employee table)
PostDegree (nvarchar(20)) (like, MCA, ME, Mtech etc...)
PDPassingYear (numeric)
Degree (nvarchar(20)) (like, BE, BCA etc...)
DpassingYear (numeric)


User Interface Form

Login Information
Education Qualification
Username -[Textbox]
Password -[Textbox]
First Name - [Textbox]
Last Name - [Textbox]
Birth Date -[Date Picker]
Email id -[Textbox]
Mobile Number - [Textbox]
Home Phone - [Textbox]

Post Degree - [Drop Down]
Passing Year - [Drop Down] (Based on date of birth drop down will be filled]
Degree - [Drop Down]
Passing Year - [Drop Down] (Based on date of birth drop down will be filled]
Personal Information

[Save] [Cancel]



Grid
Full Name (firstname +lastname)
Email Id
Mobile
Action ([Edit] - [Delete])
Tags: MVC, ASP.NET

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900