asp_discuss thread: Dynamic Check Box - Check All
I'm newcomer in ASP technology. Can anybody help me on how to Check All the Check Box that i created dynamically using asp by one click on the same page(client-side scripting). for example : <% n=100 for i = 1 to n %> <input type="checkbox" name="A<%=i%>" value="Approve"> <% next %> thks. hk
|





