Is there a FormView equivalent in WebMatrix2 (as in WebForms)?

Is there an equivalent FormView

(as in WebForms

) in WebMatrix2

?

Alternatively, any suggestions for creating CRUD

based on forms in jQueryMobile

using WebMatrix

?

Any example or tutorial?

Thank. Ratna

+3


source to share


1 answer


There is no built-in support for executing FormView-like CRUDs on web pages using Razor, but there are several guides on how to do this:



Here's a complete tutorial using the web page Grid helper and jQuery dialog: http://www.mikesdotnetting.com/Article/155/WebMatrix-And-jQuery-Forms

+2


source







All Articles