I have a grid with checkboxes in it. When a checkbox is un/checked, I
want to set a true-false value in an array. Then on PostBack I can
work with that array.
I know I need to use RegisterArrayDe claration, but I don't see a quick
tutorial how. Can anyone post sample C# code-behind-only code on how
to do this?
Thanks.
Comment