Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Password Strength Bar Indicator Not Showing

$
0
0

Hello Folks,

I have looked everywhere and found so many issues like this one but none of the solutions seem to be working.  First, my bar indicator does not show AT ALL.  The text indicator works but I do not want to use that one.  What in the hill of beef and barley is wrong with this?

<table><tr><td class="tbox"><asp:TextBox ID="UserName" runat="server" CssClass="text"></asp:TextBox></td><td class="tbox"><asp:TextBox ID="Email" runat="server" CssClass="text"></asp:TextBox></td></tr><tr style="width:200px;"><td class="tbox"><asp:TextBox ID="PassWord" runat="server" CssClass="text" TextMode="Password"> </asp:TextBox></td><td class="tbox"><asp:TextBox ID="Confirm" runat="server" CssClass="text" TextMode="Password"></asp:TextBox></td></tr></table></div><!-- start scriptmanager I tried regular scriptmanager before --><asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager><!-- password strength start --><asp:PasswordStrength ID="PassStrength" Enabled="true"
TextStrengthDescriptions="Very Poor;Weak;Average;Strong;Excellent"
TargetControlID="PassWord"
StrengthIndicatorType="BarIndicator"
BarIndicatorCssClass="barInternal"
runat="server"></asp:PasswordStrength>

here is my CSS it is overly simplistic because I am just trying to get this stupid thing to work right now.

       .strengthborder 
       {
           border:#000;
           width:300px;
       }
       .barInternal 
       {
           background:Red;/*url(../Images/badbg.jpgE) repeat-x;*/
       }

Please help

I have even tried setting the z-index to 2000 thinking it might just be hiding behind one of the form elements,but its not. It is really just not working.


Viewing all articles
Browse latest Browse all 5678


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>