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)
-
0
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.
-
0
Thanks for your reply on this.