DataGrid
-
Sir/Madam.. i have a problem with data grid in vb .Net 2003 can i insert a value to data grid without using binding??
-
uhm.... sorry... i don't know the code to add value into data grid without binding, so i need your advise. tq
-
i mean without binding with data table or dataset (without database). if in vb 6, we can add item to flexgrid with grid.textmatrix(row, col) = value can we insert some value to data grid at VB .Net 2003 without bind or set it directly?? -- modified at 5:34 Tuesday 10th April, 2007
-
i mean without binding with data table or dataset (without database). if in vb 6, we can add item to flexgrid with grid.textmatrix(row, col) = value can we insert some value to data grid at VB .Net 2003 without bind or set it directly?? -- modified at 5:34 Tuesday 10th April, 2007
-
yes, it is a property checkout this http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows.aspx
Lock N' Load
-
yes, it is a property checkout this http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows.aspx
Lock N' Load
-
Sir/Madam.. i have a problem with data grid in vb .Net 2003 can i insert a value to data grid without using binding??
use dataset to insert and after that update table through dataset
-
Sir/Madam.. i have a problem with data grid in vb .Net 2003 can i insert a value to data grid without using binding??
use dataset to insert and after that update table through dataset monu_khan
-
use dataset to insert and after that update table through dataset monu_khan
One post is enough.
Regards, Satips.
-
use dataset to insert and after that update table through dataset monu_khan