c# - Unable to Hide Update Button in GridView Editing -


I am using the command field edit button to edit the gridview row. But unable to do the basics.

This gridview is in the update panel. When I press the edit button it shows updates and canal buttons, but when I press the update button it updates the DB, but the update button does not edit the back one.

Cancel while working as it is needed, it goes back to the back button when the cancer is suppressed,

What worng I am doing

Thank you.

You've written the following line of code in the rowwording event

  secure Zero GridView 1_routing (Object Sender, GridViewUpdateEventEurge E) {GridView1.EditIndex = -1; BindGrid (); }  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -