Creating sample data

If you bind objects in your application to live data, you can usually see that data only when you run your application, and only if the data is available to you. This can make it difficult to design the appearance of the objects that will display the data.

To display data at design time on the artboard, you can use sample data. Optionally, you can also display sample data when you run your application.

Tip

If you create your sample data to use the same schema as the live data that your production application will use, you can simultaneously bind sample data and live data to the same objects. Your sample data will display on the artboard, and your live data will display when you run your application (F5).

In this section

See also

Tasks

Switching from sample data to live data

Other resources

Connecting to live data
Displaying data in controls

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.