How can I loop through html controls inside an ASPX page which don't have "runat=server"
attribute?
Because of using code blocks and dynamic variables on them I cannot add the attribute:
<input lang='<%= language.ID %>' checked='<%= check(x) %>' />