Hi,
I have numerous radnumeric controls. i also have some required field validators for each of the controls. the form is shown via a radinwdow manager. problem is when the page is loaded with initial values and when i enter a blank value for the new value, the expected outcome must be that the required field validator would fire. instead, the validator did not fire causing the page to proceed with an invalid value. i noticed that the asp.net validators where not able to get the new value and instead used the old value. debugging the code also showed that the .Value and .Text properties of the radinput contains the old value instead of the newly entered one.
i have my submit buttons set to CausesValidation="false" and I trigger the validation by calling the this.Validate method and checking the Page.IsValid properties (which returns always true).
Thanks again,
Ely
I have numerous radnumeric controls. i also have some required field validators for each of the controls. the form is shown via a radinwdow manager. problem is when the page is loaded with initial values and when i enter a blank value for the new value, the expected outcome must be that the required field validator would fire. instead, the validator did not fire causing the page to proceed with an invalid value. i noticed that the asp.net validators where not able to get the new value and instead used the old value. debugging the code also showed that the .Value and .Text properties of the radinput contains the old value instead of the newly entered one.
i have my submit buttons set to CausesValidation="false" and I trigger the validation by calling the this.Validate method and checking the Page.IsValid properties (which returns always true).
Thanks again,
Ely