Hello,
i updated the AjaxControlToolkit i a Project to the newest Version.
My Problem: I use a Textbox with RequiredFieldValidator and ValidatorCalloutExtender. At first Page_Load there is a value in the Textbox, for example "1". So I can use the Button to go in the codeBehind-function.
In my button event function the value of the textbox will be set. I can be set to string.empty, too. So i use the RequiredFieldValidator.Validate() in the function. After rendering the requiredfieldvalidator message will be shown, but not the validatorcalloutextender.
With the previous Version (4.1.60501.0) it was all right.
I attached the Code and the dll for both Scenarios.
Can you help me please?
i updated the AjaxControlToolkit i a Project to the newest Version.
My Problem: I use a Textbox with RequiredFieldValidator and ValidatorCalloutExtender. At first Page_Load there is a value in the Textbox, for example "1". So I can use the Button to go in the codeBehind-function.
In my button event function the value of the textbox will be set. I can be set to string.empty, too. So i use the RequiredFieldValidator.Validate() in the function. After rendering the requiredfieldvalidator message will be shown, but not the validatorcalloutextender.
With the previous Version (4.1.60501.0) it was all right.
I attached the Code and the dll for both Scenarios.
Can you help me please?