I am actively looking for some help to add some functionality to this, anyone interested feel free to contact me, chris@workabyte.com
Use for 2 way binding with a data bound control and a DataTable as a data source.
NOTE: changes made to data via data bound control are only updated to the DataTable NOT the database that will need to be maintained in code for now.
Implementation:
1) add project reference to dll
2) in web config add:
>
> >
3) add data source to a page
> > >
4) build the data table you are looking to display
5) Set the data source for the control: iTableData.DataSource = DataTable