Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Multiple razor view on one view
Mark Tabor
7y
144
1
Reply
I have an application for talior record managment , in that i have two seperate tables one for shirt and one for pant , both tables have customer id as foreign key coming from customer table ,Now i want to have one view in which i have these two form one for saving shirt measurement and one for saving pant measurement both on same page i am new to mvc , what i am already using i am just creating a model by binding it with database table like shirt and then i am creating controller with read write action from entity framework i am not writing a single line of code so it automatically generate views , this is good for one view but what if below that i need another grid to save pant measurement records , some guys says use partial views for that but how to use when i create partial view i need to write whole code by meslef i mean i need to write controller actions for each like for add delete edit and details.
Thanks in advance
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Can't get value for DropDownList
How to Active-Inactive User in GridView in Asp.Net