How do I use client side validation to compare two user entered values contained within a DataGrid row. I have two Template Columns that will receive numeric input from user, but a user should not enter a number in both textboxes within a given row. Although I will do server side validation on the postback, I would like to user client side script to react accordingly.
The rowcount will vary based on other parameters and I do not know how to determine the clientside ID of these two boxes (different for each row).
I would appreaciate any guidance.
Thanks,
--Mike