需要ASP.Net MVC 4演示 [英] Require ASP.Net MVC 4 Demo

查看:63
本文介绍了需要ASP.Net MVC 4演示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友们,



我是ASP.Net中MVC 4 Pattern的新手,但我开发了一个页面来添加,编辑,删除和查看记录单桌。



但是,我遇到多个表的问题。那么任何人都可以帮助我开发以下功能吗?



以下要求仅用于演示目的,如果您可以帮助我开发此演示,那么我可以在我的项目中实现该开发。



先谢谢。 :-)



谢谢和问候,

Rohit





员工

EmpId(数字 - 自动增量)(PK)

用户名(nvarchar(20))(必填)

密码(nvarchar(20))(必填)



EmpPersonal

EPId(数字 - 自动增量)(PK)

EmpId(数字 - 员工表的FK)

FirstName(nvarchar(20))(必填)

LastName(nvarchar(20))(必填)

BirthDate(datetime)

EmailId(nvarchar(20))(必填)

MobileNo(nvarchar(20))(必填)

HomePhone(nvarchar(20))



EmpQualification

EQId(数字 - 自动增量)(PK)
EmpId(数字 - 员工表的FK)

PostDegree(nvarchar(20))(如,MCA,ME,Mtech等......)

PDPassingYear(数字)

学位(nvarchar(20))(比如,BE,BCA等...)

DpassingYear(数字)





用户界面表格



登录信息

教育资格

用户名 - [文本框]

密码 - [文本框]

名字 - [文本框]

姓氏 - [文本框]

出生日期 - [日期选择器]

电子邮件ID - [文本框]

手机号码 - [文本框]

家庭电话 - [文本框]



学位 - [下拉]

传递年份 - [下拉](根据出生日期下降将被填补)

学位 - [下拉]

过往年份 - [下拉](根据出生日期下降将被填写)

个人信息



[保存] [取消]







网格

全名(名字+姓氏)

电子邮件ID

手机

行动( - [删除])

解决方案

任何人都可以帮助我开发以下功能吗?

当然,如果您具体,人们可以帮助您。您目前要求的不是快速问题。您共享表结构,并希望有人围绕它们开发应用程序添加/编辑/等功能。



要学习并向正确的方向移动,以下内容应该有所帮助:

Microsoft:学习ASP.NET MVC [ ^ ]

制作您的第一个ASP.NET MVC Web应用程序 [ ^ ]



如果您有任何问题,请发布特定的路障。


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])

解决方案

Can anyone help me to develop as below functionality ?
Surely, people would be able to help you if you are specific. What you ask currently is not a Quick Question. You share your table structures and want someone to develop the app add/edit/etc feature around them.

To learn and move in right direction, following should help:
Microsoft: Learn ASP.NET MVC[^]
Make your first ASP.NET MVC Web Application [^]

If you have issues, please post specific roadblocks.


这篇关于需要ASP.Net MVC 4演示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆