I just ran into an interesting problem while on my weekend of coding. If I have say 10 checkboxes and I want the end user to select, say 4 (let's call this n for now because it might change). How would I go about doing this? I mean I know how I would do this. I would write client side jscript or vbscipt, but I was looking to see if someone had a more ASP.NET way of doing it. Something more clean that is quick and easy to implement. Or let me know work arounds that you have done besides looping through the check boxes in client side script.
--Brendon Schwartz