how to write a number in a cell
-
lo, i want to change a number in a certain cell i thought i coud change it with a for loop and i found that i can select a cell with datagridview[columnindex,rowindex] so i thought that this would work: datagridview[3,2].value=x.tostring(); //x is a int from the for loop but it doesnt, anybody ideess ??? plzzzz
-
lo, i want to change a number in a certain cell i thought i coud change it with a for loop and i found that i can select a cell with datagridview[columnindex,rowindex] so i thought that this would work: datagridview[3,2].value=x.tostring(); //x is a int from the for loop but it doesnt, anybody ideess ??? plzzzz
YOU CAN USE SIMPLY IT WILL CHANGE THE DESIRED VALUE WITH YOU VALUE DATAGRID[ROW,COLUM]="YOUR TEXT";
sikandar
-
YOU CAN USE SIMPLY IT WILL CHANGE THE DESIRED VALUE WITH YOU VALUE DATAGRID[ROW,COLUM]="YOUR TEXT";
sikandar
-
when i write datagridview2[3,2]= "this is text"; i get an error Cannot implicitly convert type 'string' to 'System.Windows.Forms.DataGridViewCell'
-
answer my combo question then i will not mind thanks:)
sikandar
-
answer my combo question then i will not mind thanks:)
sikandar
-
right below you question if u can and try ur self how to do some items of combobox will be bold and some are regular. ??? i willbe greatfull.
sikandar
-
right below you question if u can and try ur self how to do some items of combobox will be bold and some are regular. ??? i willbe greatfull.
sikandar