Hi All,
I have button where on click opens a dialog box which has 5 check boxes with text for each check box [generating dynamically using row repeater].
If one or all of the check box is checked, the check box with its text should get displayed in the view on closing the dialog box. I am able to display this, that is the checked ones.
But, after closing the dialog box if the user wants to unselect a check box that is not required for the next time, the check box that is unchecked should get removed from the view. How is this possible ?
Thanks,
Ravikiran