UI form component for ASP NET MVC

Posted by Bugeo on Stack Overflow See other posts from Stack Overflow or by Bugeo
Published on 2010-05-12T09:34:29Z Indexed on 2010/05/14 21:24 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

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..

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc