narasiman rao

narasiman rao

  • NA
  • 519
  • 746.4k

how to clear label using Html change event

Sep 11 2016 10:16 AM
  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
 

Answers (2)