Object Data Source
Creating an Object Data Source that utilizes the K2 Data Provider will expose SmartObjects and allow the data to be manipulated using SQL statements or stored procedures to return specific data. The Object data source is used to create forms in an ASP.NET Web site or Windows Application.
The configuration of an Object Data Source requires the following steps:- Open a new ASP.NET Web Site project in Microsoft Visual Studio 2010
- Create a DataSet
- Configure the ObjectDataSource
- Build a Form using the ObjectDataSource