WPSC Data Flow
Applies to: SharePoint Foundation 2010
A number of the WPSC features require communication back to the server. These are features such as saving or retrieving a property. The following figure defines how information is exchanged between the various applications when a property is saved to the database.
When the Save method is executed within a Web Part, the WPSC interacts with the SharePoint database using the WebPartPages Web service. The WPSC passes all properties that were previously set on the client to the SharePoint database. The WebPartPages Web service connects to the database and stores the property values.
See Also
Concepts
Client-side Programming Using the WPSC