How to refer to a TextBox in JavaScript inside an ASP.NET control?
I have an ASP.NET control with some text fields and a checkbox. I would like to modify the checkbox state using JavaScript based on the values present in the text fields after page load.