Hi,
we are experiencing some problems with asp validators after WARP postbacks.
We are creating a page dynamically, let's say there is an user control (some textboxes, button - called 'inner' ) inside the WARP, and some textboxes with validators outside the user control and additional button - called 'outer'. When page loads and you press outer button everything is fine - validators fire correctly.
However if page loads and you press the inner button - ajax postback occurs, after that you press the outer button and suddenly none of the validator fires...
Thanks in advance
Bartek