Pupcontrolextender for login

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2008
Posts: 3
Reputation: exploreSPUL is an unknown quantity at this point 
Solved Threads: 0
exploreSPUL exploreSPUL is offline Offline
Newbie Poster

Pupcontrolextender for login

 
0
  #1
Nov 26th, 2008
Hi,
Im trying to use popupcontrolextender in my asp.net project my code is as follows:


'The targetcontrol which will raise the popupextender

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



'Panel which will appear in popup

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


'pop up extender conrol itself


  1. <cc1:popupcontrolextender ID="PopupControlExtender1" runat="server"
  2. PopupControlID="loginPanel" TargetControlID="Hyperlink1">
  3. </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.
Last edited by peter_budo; Nov 28th, 2008 at 1:23 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC