Mobile MVC Demo
Mobile MVC Views
Simple Data Binding
Repeat Data Binding
Simple Form Generate
Data Binding Example
Ship to - Bill to Address
Order #
Last
Email
Ship To
Bill To
Street
City
State
ZIP Code
Reset
Repeat Data Binding Example
Search Results
Details
Details for selected index:
First Name
Last Name
Email
Telephone
Add
Save
Reset
Simple Form Generate Example
Model
{ "Serial": "11111", "First": "John", "Last": "Doe", "Email": "jdoe@example.com", "Phones": [ { "Office": "111-111-1111" }, { "Mobile": "222-222-2222" } ] }
Generate Form
Generated View
Update Model