hi everyone, I got a System.Web.UI.HtmlControls.HtmlInputPassword control in a page i try to intialize it but no value was shown. protected global::System.Web.UI.HtmlControls.HtmlInputPassword Password1; this.Password1.Value = "TOTO"; How can i show init password Control. thank you for help!!