Hello I am working with a windows application in C#.Net frame work 3.5. I want to know if there is some method to edit my data base from grid view. I mean an alternate way with out using some edit or update button button. Suppoese i Have:
Column:- one; two ; three; four; Now, to edit it i will place a button and at the click event i will connect to DB and give a command to update or alter DB................Do so... But i want to know if there is some alternate and easy way to do that or this the easier way to perform some basic editing options. Thanks
