Using C1WebDataSet in Direct Client Configuration
To connect C1WebDataSet to a C1WebSchemaDef for direct client configuration, complete the following steps.
1. Create a new ASP.NET project and a C1WebDataSet component to the Web form.
2. Double-click C1WebSchemaDef from the Toolbox to add a C1WebSchemaDef component to the form.
3. Use the C1DataObjects Import Wizard and Schema Designer to configure your schema.
4. Select C1WebDataSet1.
• Set the WebSchemaDef property to C1WebSchemaDef1.
• Select a data set definition from the dropdown box next to the DataSetDef property.
5. Add a DataGrid component to the form.
• Set the DataSourceID property to C1WebDataSet1.
• Set the DataMember property as desired.
|