I want to set up the cell content in the datagrid, like this: dgSample.Item(dgSample.CurrentCell.RowNumber, 0) = "2004" but I always got the error message: "The ListManager's position must be equal to rowNum". Does anyone know what it means? Thanks.
R
rdk717
@rdk717
Posts
-
The ListManager's position must be equal to rowNum -
How to get the rows number of the datagridIn the windows form, I have a datagrid which is binded with the dataset. How can I know the rows number of the datagrid after I load the datagrid.
-
dataadapter and dataset with multiple tablesCan anybody help with this question? How can I display records in the datagrid from two tables using dataadapter and dataset? After I change the contents of the datagrid, how can I update two tables? I really appreciate if somebody can help me. Thanks.