Click here to Skip to main content
15,887,405 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I am facing problem in setting position of ajax password strength control in google chrome.

It is working fine in IE & Mozilla

I am setting following properties of control :-

VB
<ajaxToolkit:PasswordStrength ID="passwordStrength" runat="server" TargetControlID="txtPassword"
               TextCssClass="txtCss" DisplayPosition="RightSide" StrengthIndicatorType="Text"
               PreferredPasswordLength="10" Enabled="true" MinimumNumericCharacters="1" MinimumSymbolCharacters="1"
               RequiresUpperAndLowerCaseCharacters="true" meta:resourcekey="passwordStrength"
               StrengthStyles="TextIndicator_TextBox1_Strength1;TextIndicator_TextBox1_Strength2;TextIndicator_TextBox1_Strength3;TextIndicator_TextBox1_Strength4;TextIndicator_TextBox1_Strength5"
               />



Can anyone has any work around.

Thanks in Advance.
Posted
Comments
bbirajdar 22-Oct-12 9:52am    
I have..

1 solution

I found the reason of this issue,

If in your page scroll bar is present then chrome causes issue.

To Solve this Problem you have to extend the getLocation Function AjaxControltoolKit.
 
Share this answer
 
Comments
Nelek 23-Oct-12 6:17am    
Thank you for posting your own solution. That can help other users with the same problem

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900