G
Guest
I have a number of validation controls on a webform and a validation summary.
Two of the controls are hidden (contained in a Fieldset that is hidden) when
the page is first loaded and I want to add them to the validation summary
depending on a selection made in a dropdownlist on the form.
In the page load event I have added an If IsPostBack statement and tried to
add the new controls with the add event but that does not work.
Any ideas?
Thanks
Two of the controls are hidden (contained in a Fieldset that is hidden) when
the page is first loaded and I want to add them to the validation summary
depending on a selection made in a dropdownlist on the form.
In the page load event I have added an If IsPostBack statement and tried to
add the new controls with the add event but that does not work.
Any ideas?
Thanks