How to configure a GridView CommandField to trigger Full Page Update in UpdatePanel
- by Frinavale
I have 2 user controls on my page.
One is used for searching, and the other is used for editing (along with a few other things).
The user control that provides the search functionality uses a GridView to display the search results. This GridView has a CommandField used for editing (showEditButton="true").
I would like to place the GridView into…