http://www.aspsnippets.com/Articles/Adding-Dynamic-Rows-in-ASP.Net-GridView-Control-with-TextBoxes.aspx
Hi I have gone through the above article on how to generate a row dynamically with textboxes using a gridview in asp.net and its a wonderful article.
As in the above article has a gridview with 4 columns
1. Row Numbr
2. Header 1
3. Header 2 and
4. Header 3
I want to store the same into table created in sqlserver, and reterive the same when needed. How can i acheive this, kindly help me out.
Thanks & Regards.