I use gridview with templates to display and edit some information from sql database.
When I edit and modify the data in this row and then press the "Enter" button, it automatically presses the highest button on the page, which uses the value "true" to send to the server, which means that it will try to delete instead of updating.
I tried to set the panel around the gridview and set the default panel button to the "updatebutton" button, but it will not allow this because it cannot see the button.
Bob dole
source
share