How to create a second register

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 năm cách đây
Your code bellow ==>


  public ActionResult HandelRegister() {
            var model = new RegisterModel();

              // here bind model with data like above
              .......
            return View("~/Plugins/Misc.Handel/Views/Handel/HandelRegister.cshtml", model);
        }


Note: Bind data like my previous post
7 năm cách đây
ok the controller was the last missing thing.

Now everything is working. Thanks.
6 năm cách đây
Hi Florian!

did you created the register MISC plugin with file upload function? I'm facing  the same problem and would be grateful if you can share your plugin.
Thank you,
Markus


FlorianNeiss wrote:
ok the controller was the last missing thing.

Now everything is working. Thanks.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.