Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Schleid Alex
1.8k
361
33.4k
Create view from view model to show data from two table
Oct 16 2020 8:55 AM
I want to create a "Create view" to enter information for both employee and address from a single page... I have my employemodel and my addressmodel. I am creating an EmployeeViewModel like this
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Web;
namespace
gpos.Models
{
public
class
EmployeeViewModel
{
public
EmployeeModel NewEmployeViewModel {
get
;
set
; }
public
AddressModel NewAddressViewModel {
get
;
set
; }
}
}
now in my controller create action I want to generate a view to show data from both employee and address... I know I must use the viewModel but still not clear for me. I would really appreciate some help, tutorial reference...
Thank you so much
Reply
Answers (
5
)
Interaction between ASP.NET and C++ executable
Inconsistent accessibility parameter:RestAPi in C#