locked
I need to create a project with form creation at run time. RRS feed

  • Question

  • User-1123701243 posted

    Hi all

    I have a project with more than hundred forms.

    Moreover many forms need to be created according to the later requirement.

    How can I create a project so the end user (admin) can design custom forms and put controls and link them to data tables in database.

    Is there a similar tutorial explained by any one before. Or is there a tool (Free/Paid) for such purpose.

    Thanks

    Monday, November 4, 2019 5:33 PM

All replies

  • User475983607 posted

    Hi all

    I have a project with more than hundred forms.

    Moreover many forms need to be created according to the later requirement.

    How can I create a project so the end user (admin) can design custom forms and put controls and link them to data tables in database.

    Is there a similar tutorial explained by any one before. Or is there a tool (Free/Paid) for such purpose.

    Thanks

    I think you are looking for a CMS.

    https://umbraco.com/

    Or a survey application

    https://www.surveymonkey.com/

    Building a dynamic HTML form generator is certainly possible but cannot be answered in the scope of an ASP.NET forum response.

    Monday, November 4, 2019 6:39 PM
  • User-1780421697 posted

    Designing such tool that allow you to create Forms from UI mode like as you said Admin can do that by User Interface will take lot of time and efforts, Because some forms include reusable controls and complex data binding etc, there are some Content Management System in market that do same job for you one of them is mention by respectable fellow in above that is Umbraco (https://umbraco.com) which have Web Forms and MVC architecture style flavors for ASP.Net projects.

    there are several other CMS available as well http://www.lucemorker.com/blog/top-5-net-based-cms-content-management-system

    You can check the nature of project and then you can make decision like in case of Business Application like E-Commerce nopComerece is good Store management tool, Dynamic 365 Customer engagement is great for enterprise customer care and more.

    Thursday, November 14, 2019 12:02 PM