Asp.net voting system [single/multiple selection, number of votes/items optional] source code
1. Four-level user management (you can add as many as you like, just make corresponding modifications on the user type checking page). This is a dispensable function for voting, but I originally went to school for this, so Just do something if you can, it’s practice anyway!
2. Voting items can be added/deleted/modified at will (nonsense). Voting items are divided into single-choice and multiple-choice, and there is a limit on how long the interval can be before voting; (I found a problem while writing this. I set whether to enable voting in the database. field, but I forgot to do it later, haha)
3. You can add the sub-items of the voting items at will, and you can set the order of the sub-items. You can set or modify the number of votes when the sub-items are added or modified later.
4. JS calling (I don’t know how to do it, please teach me how to do it, thank you)
5. To expand the function, what I plan to do next is to set each vote to only allow those users to vote;
6. Supplement, all those fancy things like paging, sorting, mouse movements and so on have been basically done, haha! !
Expand