Hi!
<asp:TextBox TextMode="Password" runat="server" />
I want that when the user types in text, it should show • rather than a simple asterisk, is there a way (in win-forms' TextBox there is a property PasswordChar, what is it's similar in web)????