My gridview is connected to an objectdatasource and contains a bound textbox for input in each row. Next to the textbox, there is a button that triggers a javascript popup for unit conversion.
I am wondering: how can I specify to the unit converter (JavaScript function) which textbox (in which row) should display the results?