Validating checkbox asp net
11-Apr-2020 09:19
In this method I just loop through all the items of the Check Box List and if I find one that is selected then I return true.
Now we have the validation working on the server after a postback, but it would be nice if we could perform the validation directly on the client when the user toggles the state of the checkboxes.
I do not know why it is like that - i can guess that it might be for a backward compatibility.
So I will have to write custom j Query code for this in the View.