L
Luca
Please help me.
I must correct this error :
The listmanager's position must be equal to rownum.
Parameter name : rownum do you want to correct the value ?
I have this error with VS2002 and also with VS2003.
______________________
I'd like to have a datagrid with all the columns of my table EXAMPLE and a
new column with a checkbox to select some row.
So.. i use a select to put my data in my data adapter.
( SELECT example.ID, example.name, ...........,false as col_for_sel
..... the col_for_sel is the column that i'll use to check or not the row )
I fill with my D.A. a new datatable....
I'll use a data grid to view my data with a datagridestyle.
I don't know what i can control :-(
--------------------------------
I must correct this error :
The listmanager's position must be equal to rownum.
Parameter name : rownum do you want to correct the value ?
I have this error with VS2002 and also with VS2003.
______________________
I'd like to have a datagrid with all the columns of my table EXAMPLE and a
new column with a checkbox to select some row.
So.. i use a select to put my data in my data adapter.
( SELECT example.ID, example.name, ...........,false as col_for_sel
..... the col_for_sel is the column that i'll use to check or not the row )
I fill with my D.A. a new datatable....
I'll use a data grid to view my data with a datagridestyle.
I don't know what i can control :-(
--------------------------------