This is a migrated thread and some comments may be shown as answers.

Telerik Inputbox with password strength

1 Answer 178 Views
Input
This is a migrated thread and some comments may be shown as answers.
Ajit
Top achievements
Rank 1
Ajit asked on 25 May 2009, 01:03 PM
Hi,

i want to use Password strength meter with telerik input control


.............

Thanks

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 May 2009, 06:53 AM
Hi Ajit,

I am afraid such a functionality does not exist in the RadTextBox control. You can use the control's client API to get the newly entered value and evaluate it according to some custom requirement of yours. For example you can use OnValueChanging or OnValueChanged:

<telerik:RadTextBox ID="RadTextBox1" runat="server" TextMode="Password">
    <ClientEvents OnValueChanged="" OnValueChanging="" />
</telerik:RadTextBox>

http://www.telerik.com/help/aspnet-ajax/input_clientsideradtextbox.html

http://www.telerik.com/help/aspnet-ajax/input_clientsideonvaluechanging.html

http://www.telerik.com/help/aspnet-ajax/input_clientsideonvaluechanged.html


All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Input
Asked by
Ajit
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or