Multiple Forms using Strongly Typed Helpers in a Single View | ASP.Net MVC

preview_player
Показать описание
This video explains how to create multiple forms using strongly types helpers in single view.
For strongly typed helpers we need strongly typed view, and strongly typed view can be bound to a single model only. So, whenever we want to create multiple forms using strongly typed helpers we need multiple models.
This video explains the way to create multiple forms using strongly typed helpers.

To know more about Partial view watch following video:

To know more about Strongly typed helpers watch following video:

To know more about Validation attributes watch the following video

To know more about Strongly Typed View watch the following video

To know more about Complex Model Binding watch following video
Рекомендации по теме
Комментарии
Автор

Excellent video! You deserve many more subscribers!

jamc.
Автор

Hi, thanks for the video but I have a question. What if server-side validation fails and we have to return to the view? How would that work? Because currently, it throws an error.

pixievinayak
Автор

can we do the same using asp tag helpers?

rahulvaity
Автор

Excellent! I wish I could give two thumbs up!

yavuz
Автор

Which option is good if we are making Login form to copy & paste the registration form views into login view and remove everything except Username and Password. Or we can use viewModel folder and create LoginViewModel and put the Username and Password in that class. Whats the difference by using ViewModel Class? If possible show us using example with session where admin can see all the pages and user can see only read only pages. Thank You...!!

girishparganiha
Автор

What if we will use Email in Login Form for login does it also show the text of email in Login and registration Form?

girishparganiha
welcome to shbcf.ru