Checkbox with enable and disable function.
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Main issue is with UI. I have a box(with unique number) and it contain of 9rows and 9 columns i.e. total 81 slots. 4 slots are reserved per person sample i.e. 4 slots will be reserve per person. Issue is that when sample of 20 clients are filled in slots i.e. total 80 slots are filled. The next sample of client will be store on box 1 81st slot and remaining 3 will be store in first 3 slot of box 2 and so on. one logic is that we provide a list of checkbox with already filled slot corresponding that box will be disable and only next 4 checkbox will be enable. When he click on 81st checkbox the box number automatically changes to next box and 1st three checkboxs will be enable. I have the logic but dont know how to implement the code.