0
comment
comment
on 2/23/2017 10:48 AM
Post form data to WebSharper sitelet from HTML/JS
When building websites, chances are that you will need to gather data from your users.
The most common way to gather data is via a form. But after gathering the data, there are two ways to submit it from the browser to your server:
Using a HTML form
Using an Ajax call
Today we will see the differences and how we can implement it.
1. Submit data