UI form component for ASP NET MVC
- by Bugeo
Hi I'd like to find a component that help me to build input forms in asp MVC.
I find that ther are many components (grid, tree, tab...) but not a "Form component".
I know that i can use the HTML HELPER (.labelfor(.. .inputTextFor(... )
..but i don't like to write the html tags around the fields and labels ( ... )
I want that all the form in my application look similar and, if a change is needed i want to make it in one place ( ex in the "FormComponentFactory()" for example )
I created my own FormComponent but i find myself reinvent the wheel..