simmy7 0 Newbie Poster

I am working on an asp.net project and one of the requirements is that I do some calculations on the client side based on user selections of radio buttons, check boxes and drop down lists that are in a specific div (this div is inside the form asp.net automatically adds to a page). The number and if there are or are not all three kinds of controls is variable. What I would like to know is there a way to loop thru only the controls within the div, and if so how?

Thanks
Simmy