datagrid
C#
1
Posts
1
Posters
0
Views
1
Watching
-
How can i passing information from the datagrid to datagrid code i used Collapse | Copy Code clName.text = dgvSubs.Rows.[e.RowsIndex].Cells[0].Value.Tostring() error says cannot covert system.windows.form.DatagridViewCell to system.windows.Form.DatagridColumnTextboxes ClName- is the datagridViewtextboxes that in the datagrid that i want to pass the field to