I have requirement to implement dual textbox. 1. If User type some letter in the textbox then it should display the name starting with typed letter(this I have already implemented using this letter) 2. If user type just number then it should not do anything but I am getting message "No result found" message , how can I suppress this message? Thanks