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

Looking for a password control compatible with ajax.net

1 Answer 70 Views
Input
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 05 Feb 2009, 07:57 AM
Hello,

I know that RadTextBox could be ued as a password textbox but I am looking for more as I need to be able to test this control content in an ajax callback triggered on text change AND still keep the content of the control after this call (password controls return empty after callback).
I need to check this password against its door before validating it, but I need to include it in a full page of parameters.
I am more interested in hidding the text entered than having it not sent to the page.

Thanks for any idea with RadInputs.

CS

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 05 Feb 2009, 11:17 AM
Hi Christian,

I suggest you to use a combination of a RadTextBox and another control, e.g. a HiddenField, which will be used to pass the vaue from the server to the client. Then you can set it as a value of the RadTextBox with Javascript.

Best wishes,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Input
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or