WPSC Data Flow

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Standard System Event Support

WPSC Services

Other Resources

Web Part Page Services Component (WPSC) Object Model