c# - Suggestion on deciding the architecture for returning multiple forms from View to Controller ASP.Net MVC -
i want suggestion on how following.
in asp.net mvc application have view can accessed unauthorized , view have registration form requirement there can register multiple people.
so example if event can have 2 persons registered need show 2 registration form , detaisl should filled , press submit whole data should validated , passed controller.
i not understand how this.
is possible have viewmodel like:
public class regviewmodelcollection{ public list<registerviewmodel> collection{get;set} }
?
please suggest. thanks
Comments
Post a Comment