I have a Gridview which I added three textboxes and a button on its footer to insert data. I placed a button outside the Gridview that displays the footer, but on the button click event I want to disable or hide the Edit and Delete LinkButtons on every row.
After the insertion, I want to enable them back and also when a second button (Cancel) is clicked. I have Template (Delete) field and tried with code below, but did not disable the LinkButton. Any recommendations?
<Columns>
Go to the complete details ...