Hello,
I have a small problem working with dock.
I have a dock layout and I am adding docks dynamically like on the demo website.
I also load the dock content dynamically (like on the demo website again).
The problem is that the control has several textboxes with validators.
When I press the button it does postback, but has CausesValidation set to true.
The validation works when I statically load the control.
All controls have unique id's, loaded on Init to preserve postbacks etc.
How to solve this ?
I have a small problem working with dock.
I have a dock layout and I am adding docks dynamically like on the demo website.
I also load the dock content dynamically (like on the demo website again).
The problem is that the control has several textboxes with validators.
When I press the button it does postback, but has CausesValidation set to true.
The validation works when I statically load the control.
All controls have unique id's, loaded on Init to preserve postbacks etc.
How to solve this ?