mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
304 stars 102 forks source link

How to use this in WebForms? #35

Closed A-Programmer closed 7 years ago

A-Programmer commented 7 years ago

Hello. I wanna know if i can use this or something like this in WebForms, i need it very much, if you have idea or article or sample please give me. Thank you

mcintyre321 commented 7 years ago

I would have thought you can use this in an aspx if the MVC libraries are installed in the project.

If not, then the RazorEngine package should work

On 29 Nov 2016 18:46, "Kamran" notifications@github.com wrote:

Hello. I wanna know if i can use this or something like this in WebForms, i need it very much, if you have idea or article or sample please give me. Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mcintyre321/FormFactory/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ0-koIfZOZ3xS2VHQw-NpuF-hwfTNtks5rDHMhgaJpZM4K_VT- .

JoseRivas1998 commented 6 years ago

How would this be done?

mcintyre321 commented 6 years ago

`<%= FF.PropertiesFor(SomePropertyOnThePage).Render(Html).ToString() %>