Base solution for your next web application
Open Closed

Walkthrough for Public Site form for custom entities? #6584


User avatar
0
rcatiller created

Using the RAD tools in Visual Studio for ASP.NET Zero, I have a few new entities created. Everything on the Web.Mvc app is working terrific.

What I would like to do is create a form on the public site and have this form insert new entities, so admins in the Web.MVC app can interact with these new records.

I'm not seeing anything in the documentation that covers this. Perhaps this is common knowledge that I don't have? If there is any possible guidance that can be provided, it would be much appreciated.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @nocturne

    You re right, we don't have a document for that. But, you can check step by step documentation for ASP.NET Core & Jquery verison (see document). The approach is same. You just need to create the UI as you wish.

  • User Avatar
    0
    rcatiller created

    Thanks for your reply on this.