Hi-I posted this on Codeplex,but no joy, so I'm reposting this here...
With this code:
<asp:LinkButton ID="LinkButton1" runat="server">LinkButton</asp:LinkButton>
<asp:Panel ID="Panel1" runat="server">
Test Panel</asp:Panel>
<cc1:PopupControlExtender
ID="PopupControlExtender1" Position="Bottom" runat="server"
PopupControlID="Panel1" TargetControlID="LinkButton1">
</cc1:PopupControlExtender>
I
can't seem to dismiss the popup unless a region above the upper bound
of the popup control is clicked. Clicking elsewhere doesn't do
anything-any ideas why?
Thanks,
Paul