I have a series of checkboxes on a winform. Based on check box selection, application have to build a string.
What is best way of coding for problem.
thanks in advance.
-Harsha
Sol 1: Check every check box in individual ‘if’ statements and then build the string using string builder.
But problem is we will have so many if statments.
Create List.
OR