Hi,
Gridview is populating records at runtime,i have a button outside the grid on click of the button need to create a new empty row and save the same into db
hope it is clear !!!!
with regds,
kpg
Hi,
Gridview is populating records at runtime,i have a button outside the grid on click of the button need to create a new empty row and save the same into db
hope it is clear !!!!
with regds,
kpg
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted May 24, 2008, 8:46 AM
DataGridViewRow myRow = new DataGridViewRow();
yourdatagridview.rows.add(myrow);