how to add a new row to datagridview at runtime.
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi , at runtime i want to add a new row and from the datatable i want to put those values in to the grid . In datatabel i have 1 ,2,3,4 i have to make changes to these no.s and assign YES NO like that . How can i do these things??
VB 8.0 wrote:
how to add a new row to datagridview at runtime.
use
Datagridview1.rows.add()
statement for add a rowVB 8.0 wrote:
In datatabel i have 1 ,2,3,4 i have to make changes to these no.s and assign YES NO like that .
explain this in detail. so we can properly understand your problem and suggest you
Rupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11