I have a checkbox and a textbox in a GridView (for every row), and I’d like to be able to write some javascript that would enable and disable the textbox depending on the state of the checkbox (checked or unchecked). I guess I’d have to give JS the row index somehow. Is this possible?
Share
Thanks for all your replies, I have worked around this issue by just doing a postback – not the best method but due to time constraints it was the logical choice