I have the following ASP.NET markup:
<td align="right" valign="top" style="width: 130px">
    Answer: <asp:Label 
                 ID="lblanswer" 
                 runat="server" 
                 CssClass="errorMessage" 
                 ForeColor="Red"
                 Text="*">
            </asp:Label>
</td>
I want it to say "Answer:*" with only the asterisk in red.
How to do that if I want Answer to be inside the <asp:label/>. 
How about:
TextBox textBox1 = new TextBox();
textBox1.PasswordChar = '*';
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论