I want to use jQuery with a GridView which contains textboxes, but I’m stuck on how to get event listeners registered for every textbox on the selected row. I was thinking I could do something with a StingBuilder in the Unload event of the GridView but I can’t get it working.
Share
Why not just add a CSS class to each TextBox and use a jQuery selector to find them?
Then you should be able to do…