Hi i have attached a project where the error happens in WebForm1.aspx when you move from testTextBox to TextBox1, you might have to change the value of testTextBox before moving.
The validator doesn't trigger and the error "Out of stack space" gets written to IE Console.
I think "Sys.Extended.UI.TextBoxWrapper.validatorGetValue" is calling its self there by creating a loop that never exits..
The validator doesn't trigger and the error "Out of stack space" gets written to IE Console.
I think "Sys.Extended.UI.TextBoxWrapper.validatorGetValue" is calling its self there by creating a loop that never exits..