L
Luigi
Hi all,
in an .aspx page (ASP.NET 2.0) I have a ValidatorCalloutExtender AJAX
control, like this:
<ajaxToolkit:ValidatorCalloutExtender TargetControlID="rvCIN" Width="20"
ID="ValidatorCalloutExtender3" runat="server">
</ajaxToolkit:ValidatorCalloutExtender>
but there is a problem.
In the same page, next to the control I have a dropdownlist that hidden the
message of the extender.
How can I solve this problem?
Thanks a lot.
in an .aspx page (ASP.NET 2.0) I have a ValidatorCalloutExtender AJAX
control, like this:
<ajaxToolkit:ValidatorCalloutExtender TargetControlID="rvCIN" Width="20"
ID="ValidatorCalloutExtender3" runat="server">
</ajaxToolkit:ValidatorCalloutExtender>
but there is a problem.
In the same page, next to the control I have a dropdownlist that hidden the
message of the extender.
How can I solve this problem?
Thanks a lot.