I am having problems with datagrid controls and it doesn't help that I am a complete novice with .net!
I have a windows form with some datagrids, named dg1 to dg10. The datagrids present the data from an Access reference database and allow the user to update the cells of the datagrid easily enough. What I am wanting to know is :
* How to refer to each datagrid indiviually and also refer to the cells of the datagrid individually? e.g. dgx.item(i,j)
This seems so simple but I can't get my head around it!
regards,
Matt
P.S. dg1 to 5 are on a tabbed form 1 the rest are on tabbed form 2
I have a windows form with some datagrids, named dg1 to dg10. The datagrids present the data from an Access reference database and allow the user to update the cells of the datagrid easily enough. What I am wanting to know is :
* How to refer to each datagrid indiviually and also refer to the cells of the datagrid individually? e.g. dgx.item(i,j)
This seems so simple but I can't get my head around it!
regards,
Matt
P.S. dg1 to 5 are on a tabbed form 1 the rest are on tabbed form 2