I have a requirement that is when user entering text in the textbox i want to show a message (not alert box, this is asp: lable) i.e if user enter “x” in the textbox then i want show a message not after completion of text and not like ontextchanged event. If user cleans textbox then i don’t want to show message.
Share
You may try something like this:
Your textbox:
where your function
my_function()is defined as follows:Hope this helps