Insert data in only DataGridView in ASP.NET
I have a开发者_高级运维 DataGridView in asp.net with C#. I want to insert data into only DataGridView with row by row. Finally, I want to Insert data into database from DataGridView. How can I do it?
Nahid, I hate to sound unfriendly, but you are in the wrong place. What you really need is a basic book on programming ASP.NET. Every one of them has chapters devoted to this exact topic. If you don't want to spend money, then visit your local library.
Here is a good StackOverflow thread with book suggestions.
精彩评论