[Solved] 50000 checkboxes in aspx/html too heavy -any alternative?
If you’re trying to select the checkboxes using code in your code behind, that’s going to be slow because it’s a back-end solution for what should happen in the front-end. Even if you set up pagination so you display only 50 checkboxes at a time, it’ll still be slow if you’re doing the checking in … Read more