# Saving Data to the Server

Learn how you can save the changes from the client to update the data on the server. Learn more in documentation.

## Content



You must save changes from the client in order to update the data on the server. Changes from the client can be saved either by using the [SaveChanges](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.FpSpread.SaveChanges.html) method in code or by the user clicking the **Update** button on the command bar.

![Update button](https://cdn.mescius.io/document-site-files/images/346c9178-0ed8-4fb9-908b-1565b22fb408/artwork/updatebutton.png)

Be sure to display the command bar to allow the **Update** button to be displayed. For more information about the command bar, refer to [Customizing the Command Buttons](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-interaction/spweb-interact-toolbars/spweb-cmdbar-buttons).