My Problem is:
Im having five check boxes ch1, ch2, ch3, ch4, ch5
if(ch1.checked == true && ch2.checked == true)//if user select check box ch1 and ch2 then result some result
{
Some result;
}
Total for five check boxes there are so many combinations like ch1 and ch3, ch1 and ch4 , ch1 and ch5 etc..
I want some code which is small and can help me in putting these so many combination s