P
Priyal
Hi.
I got one windows application where i got datagridview and i am filling my
datagridview via dataset.
DataGridView1.DataSource = trxdataset.Tables(0)
Now as per my requirement i need to add rows dynamically into the
datagridview. This row should add at the end of the rows which are already
present in datagridview.
Can anybody tell me how do i do that?
Regards
Priyal
I got one windows application where i got datagridview and i am filling my
datagridview via dataset.
DataGridView1.DataSource = trxdataset.Tables(0)
Now as per my requirement i need to add rows dynamically into the
datagridview. This row should add at the end of the rows which are already
present in datagridview.
Can anybody tell me how do i do that?
Regards
Priyal