AJAX: Problem with ValidatorCalloutExtender

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.
 
B

bruce barker

this is an IE feature. it is fixed in ie7 and beyond. the usual workaround is
to make dropdowns invisible when displaying a popup.

-- bruce (sqlwork.com)
 
L

Luigi

bruce barker said:
this is an IE feature. it is fixed in ie7 and beyond. the usual workaround is
to make dropdowns invisible when displaying a popup.

Thank you Bruce, and how can I make this?

Luigi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top