Lia Meeds

Lia Meeds

  • NA
  • 110
  • 4.5k

How to detect words using c# in windows form?

Mar 21 2020 1:39 AM
I have words in the database such as "Click", "Free" and "Get", when users insert a message, the system will detect the word from the database and highlight the word. 

Answers (2)

1
Vinay Singh

Vinay Singh

  • 0
  • 6.2k
  • 951.4k
Mar 21 2020 2:28 AM
Hi 
Please check the below link this will help you
Just pull the data to be hilighted and pass it to the script 
https://www.infoandapps.com/blog/jquery-to-search-and-highlight-words-in-html/
https://stackoverflow.com/questions/119441/highlight-a-word-with-jquery 
0
Lia Meeds

Lia Meeds

  • 0
  • 110
  • 4.5k
Mar 24 2020 11:12 AM
Thank you for your reply. However, the link shows language in html not in C#..I'm sorry if I was wrong.