Put focus back on a gridview's selected row after postback
问题 Is it possible to put focus back on a gridview row after that a selection of the row generates a postback? I'm trying to add an onkeydown handler on the gridview rows in order to use the keyboard for navigation. My problem, I believe, is that after the first postback, the selected cell loses focus, and so the next key stroke is not caught by the cell. I have the following code The grid view <asp:GridView runat="server" ID="gdvPersons" AutoGenerateColumns="false" onrowcreated="gdvPersons