I am displaying one small pop up below text box.
Data in pop up is comming from database table accroding to name we typed.
(i am using ajax for that.)I am connection to data base onKeyup.
& if no record found for you typed
word then showing alert message as "Invalid name".
this is working for kayboard copy-paste but when i paste any invalid name by using mouse then it not showing alert because it not going to database.
So i want do textbox as only worked for keyboard.pasting by mouse is not paste anything in textbox.