DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   ASP.NET (http://www.daniweb.com/forums/forum18.html)
-   -   Pupcontrolextender for login (http://www.daniweb.com/forums/thread159658.html)

exploreSPUL Nov 26th, 2008 11:14 pm
Pupcontrolextender for login
 
Hi,
Im trying to use popupcontrolextender in my asp.net project my code is as follows:


'The targetcontrol which will raise the popupextender

<asp:HyperLink ID="HyperLink1" runat="server">Sign in</asp:HyperLink>



'Panel which will appear in popup

<asp:Panel ID="loginPanel" runat="server" style="display:none;border-color:Red;">
          <div style="border-color:Red;display:block">
      Hi, this is trial of popup control extender control provided by ajax control toolkit.
     
        </div>
        </asp:Panel>


'pop up extender conrol itself


<cc1:popupcontrolextender ID="PopupControlExtender1" runat="server" 
                PopupControlID="loginPanel" TargetControlID="Hyperlink1">
        </cc1:popupcontrolextender>



after writing this much code im facing the problem that after clicking on sign in
i jst get the text i.e.
" Hi, this is trial of popup control extender control provided by ajax control toolkit."

and not the pop up layer at all


Please help me out

Thanks in advance.


All times are GMT -4. The time now is 8:01 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC