I have a gridview which has the first Item Template as a checkbox (CheckBoxActiveClient), then it has some BoundFields that display data from the database, and the last column is a textbox item template (Copies) that takes input from the user. Using javascript, I want to disable the the...