I have a databound datagrid with a few columns of information, a button, and a template column containing a textbox. What I want to have happen is the user enters a value in the textbox for any given row, clicks the button for that row, and the value is validated client-side.
I can get the...