Suppose, I have N number of checkboxes on the same aspx page.
I want to check that which one has been checked among those N.
I dont want to check that it in "if...else" statements or in "switch case",because number of checkboxes are
N.
is their any other way to do this????
Go to the complete details ...