I am using asp.net core.
I have the following code:
<asp:Button ID="updateNotesBtn" Text="✔" runat="server" OnClick="Click"/>
When I run the web app I can see that the button is visible within the HTML, however the text refuses to display. Hovering over the item reveals that a height is missing:
However when I add a height, I still can't see the text, which should display as: ?. That symbol is displayed elsewhere so that can't be the problem.
Is there something I'm missing?
question from:
https://stackoverflow.com/questions/65861662/text-of-aspbutton-not-visible 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…