PopupControl Problem

Last post 03-01-2007 8:57 AM by p.q. 0 replies.

Sort Posts:

  • PopupControl Problem

    03-01-2007, 8:57 AM
    • Member
      point Member
    • p.q
    • Member since 03-01-2007, 8:53 AM
    • Posts 1

    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
     

Page 1 of 1 (1 items)
Microsoft Communities