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 button to fire a javascript function without any problem. But what I can't figure out is how to get the values of the textbox and other fields in the grid, and pass them to (or read them from) the javascript function.
Anyone have any ideas how I could accomplish this?
TIA,
JRL
I can get the button to fire a javascript function without any problem. But what I can't figure out is how to get the values of the textbox and other fields in the grid, and pass them to (or read them from) the javascript function.
Anyone have any ideas how I could accomplish this?
TIA,
JRL