new row in a gridview
How do I insert a new row with a gridview in asp?
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.
Master BillaPosted Sep 17, 2009, 11:24 AM
here great sample code
http://www.c-sharpcorner.com/UploadFile/Art%20Scott/GridViewInsertANewRow09012006165053PM/GridViewInsertANewRow.aspx
thank you
Roei BarPosted Sep 17, 2009, 10:30 AM
check out this post its a complete HowTo AddUpdate
DataGridView Row
http://www.codeproject.com/KB/webforms/addupdate.aspx
http://www.c-sharpcorner.com/UploadFile/Art%20Scott/GridViewInsertANewRow09012006165053PM/GridViewInsertANewRow.aspx
Kirtan PatelPosted Sep 17, 2009, 8:35 AM
dont forget to mark "do you like answer" please it will give me some credits :)
You can not Add Rows to GridView but You can Use Footer To Simulate Like New Row
Take a Look at below article
http://geekswithblogs.net/casualjim/articles/51360.aspx
Another Solution
-----------------------
You can Also Add New row in Source DataTable to Show New Row in GridView :)