I have a datagrid that contains a template column. In this column I have two controls: The first control is an input field, the second is an asp:button control. The user can enter a value in the input field and select the button (Save) control. When the save button is selected, the Handle_Grid_Event fires as it should, but how do I get the value of this input control within the Handle_Grid_Event?