G
Guest
Hi all,
I need to display data from a table in a datagrid. I need to use datagrid so
that i can lock the desired columns and add values to them using
before_update.
I can do this using Vb6 by using datagrid.datasource property and assigning
the same to a adodc. The adodc will have the recordsource.
When i use help on datagrid it displays
"Displays and enables data manipulation of a series of rows and columns
representing records and fields from a Recordset object.
Syntax
DataGrid
Remarks
The data-aware DataGrid control appears similar to the Grid control;
however, you can set the DataGrid control's DataSource property to a Data
control so that the control is automatically filled and its column headers
set automatically from a Data control's Recordset object. The DataGrid
control is really a fixed collection of columns, each with an indeterminate
number of rows."
But i am unable to find the Datasource property.
Please help me
Thanks
PM
I need to display data from a table in a datagrid. I need to use datagrid so
that i can lock the desired columns and add values to them using
before_update.
I can do this using Vb6 by using datagrid.datasource property and assigning
the same to a adodc. The adodc will have the recordsource.
When i use help on datagrid it displays
"Displays and enables data manipulation of a series of rows and columns
representing records and fields from a Recordset object.
Syntax
DataGrid
Remarks
The data-aware DataGrid control appears similar to the Grid control;
however, you can set the DataGrid control's DataSource property to a Data
control so that the control is automatically filled and its column headers
set automatically from a Data control's Recordset object. The DataGrid
control is really a fixed collection of columns, each with an indeterminate
number of rows."
But i am unable to find the Datasource property.
Please help me
Thanks
PM