I want to add an Update button to my database table in my gridview. I have added a template field but i don’t know how to add a button on it.
I’m using asp.net 4.0. In Update method it will change only 1 column called as kitap_yeri when button is clicked. How can that be achieved?
In your aspx file add the following:
In your .cs file add the following: