As far as I know, the value of a password RadTextBox should not appear in the browser, because this is a security issue. RadTextBox in password mode clears its value during its client-side initialization in order to remove any remembered passwords by the browser. If you want to have the password values available on the client, you should use a RadTextBox in a SingleLine TextMode. Hope this helps.