I have a web page which have lot of sections that has dropdownlists, checkboxlist, radiobuttonlist.
I am looking for a master function where i can pass the id of the current element and check whether it is checked or not.
i have sections which will be hidden depending upon the logic.
so at the end of each section i want to check if all the boxes has value.
i can do it from server side but i was looking for a java script function anyone have any idea..
kukdai