I have a page that loads different controls into a placeholder via a ComponentArt Callback based on the user's action (clicking a link).
I am running to this scenario:
- Action 1 loads a control with ASP.NET validators into the placeholder.
- Action 2 loads a different control with no validators (the first control is replaced and no longer on the page).
- Submitting the page causes a javascript error since since the validator javascript objects are still on the page but the controls they validate are not.
Has anyone experienced this issue or have any ideas on how to resolve it?