Table columns as follows.
Product id, Product name, qty, rate, discount, total these are the fields in the table. Table name product.
for that how to insert new row using grid view in asp.net using c sharp
Loading
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.
Jignesh TrivediPosted Jul 22, 2012, 11:48 PM
You can acheive this by adding the row in data source.
Please refer
http://aspsnippets.com/Articles/Adding-Dynamic-Rows-in-ASP.Net-GridView-Control-with-TextBoxes.aspx
http://www.codeproject.com/Articles/12291/ASP-NET-GridView-Add-a-new-record
hope this will help you.
Satyapriya NayakPosted Jul 22, 2012, 11:54 AM