Md Nasir Uddin
Md Nasir Uddin

Reputation: 2190

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?

Upvotes: 0

Views: 466

Answers (1)

Bryan
Bryan

Reputation: 8788

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.

Upvotes: 1

Related Questions