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.
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.
Member
30 Points
161 Posts
I need to create a project with form creation at run time.
Nov 04, 2019 05:33 PM|human2x|LINK
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
All-Star
53671 Points
24024 Posts
Re: I need to create a project with form creation at run time.
Nov 04, 2019 06:39 PM|mgebhard|LINK
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.
Contributor
2096 Points
1040 Posts
Re: I need to create a project with form creation at run time.
Nov 14, 2019 12:02 PM|Khuram.Shahzad|LINK
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.