views:

29

answers:

1

I have a data gride view in asp.net with C#. I want to Insert data into only datagrideview with row by row.Finally, I want to Insert data into Database from datagrideview. How can it Possible?

+1  A: 

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.

Bryan
thanks for you suggestions.
Nahid