LifeVantage interview question

How do you save data from View to server?

Interview Answer

Anonymous

Apr 19, 2018

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.