Hi All,
Rad Text Box in password mode clears its value during its client-side initialization in order to remove any remembered passwords by the browser, e.g. when refreshing the page or hitting the Back button.
In your case you have the following options:
1) Use asp:TextBoxes and style them with RadFormDecorator
2) Use asp:TextBoxes with RadInputManager
3) Use RadTextBoxes and set the password values client-side with Javascript and a timeout (in the control's Load client event)
I Prefer Option (2) is the easiest to implement.
Greetings,
Rajesh prajapati
No comments:
Post a Comment