
Pre-filling a TextBox control with TextMode=”Password”
When the TextMode property of a TextBox control is set to Password, the value you assign to the Text property (either declaratively or programmatically) isn’t actually displayed at runtime, not even in masked mode (with the * chars). This is of course done for security reasons, because even if the