How to set an inline Placeholder in ASP.Net that only is displayed if no text is entered.
Inline Placeholder in ASP.Net
<asp:TextBox ID="lblC" runat="server" placeholder="Your Name" />
How to set an inline Placeholder in ASP.Net that only is displayed if no text is entered.
Inline Placeholder in ASP.Net
<asp:TextBox ID="lblC" runat="server" placeholder="Your Name" />