How do you save data from View to server?
Sigiloso
Ajax. wrong answer. correct way is to use the built in html form submission postback. Actually, the new way is to use ajax, but this developer probably is old skoo and stuck to the traditional form submission.