D
D
Dmitry Petrov2018-02-06 13:01:42
css
Dmitry Petrov, 2018-02-06 13:01:42

What are the components for visually building html forms?

I have been working with Winforms for a very long time and got used to visual design of forms and interfaces. Winforms components, DevExpress and Componento0ne extensions for Winforms - opened a form, added components, stretched as needed, set up styles and events - ok, everything works.
At the same time, I have been working with the web for many years (PHP and recently ASP.NET MVC) and somehow got used to always designing forms with handles - markup, css, js - everything with my hands. There are many projects, old and proven solutions are used (sorting tables, styling form elements - selects, checkboxes, fields, etc. with implementation through jquery / css) And then I thought - well, is there really no way to simplify the work and use some form constructors ? So that you do not have to manually describe the entire markup of tables, forms, blocks.
I know that DevExpress has some DevExpress MVC component, where you can build forms directly in cshtml templates without a markup description. The markup itself is generated similarly to calls to HtmlHelper.TextBoxFor...
What are some free or not so expensive components for constructing forms under ASP.NET MVC and PHP?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sanes, 2018-02-06
@Sanes

Any bootstrap constructor. Whether offline or online. There are plenty of them on the Internet.
This is done in 1 minute in the usual Sublime + Emmet + something for the framework. For example TB or Uikit

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question