Adding a placeholder in a textbox shows as a warning in Visual Studio
<asp:TextBox ID="name" CssClass="form-control" runat="server" placeholder="e.g. John Doe" ></asp:TextBox>
Error message
Attribute 'placeholder' is not a valid attribute of element 'TextBox'.
What is the recommanded way to put a placeholder in a textbox and thus fix the warning