Re: How to check all the checkboxes if i click the check all link or check all check box?
Posted By:
Sivajee_Akula
Posted On:
Tuesday, August 3, 2004 09:53 AM
You make a function that iterates through all the Checkboxes & checks them.
When you click on the Check All link or checkbox call that function.
Hope this would suffice your need.