My code as follows<input type = "text" id="Empid" Placeholder = "Hello" runat="server">
<asp:label id="lblmsg" runat="server"> In my run mode as follows
Hello (Input type)
lblmsg The data does not match
When i type the text in Input type, i want to clear the lblmsg text the data does not match.
for that how can i do in asp.net