K
Ken Cox [Microsoft MVP]
Just use the Textbox control and set its TextMode property to password:
<asp:TextBox id="TextBox1" runat="server"
TextMode="Password"></asp:TextBox>
<asp:TextBox id="TextBox1" runat="server"
TextMode="Password"></asp:TextBox>