Is their any way to highlight word in text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ramsham
    New Member
    • Feb 2010
    • 10

    Is their any way to highlight word in text

    HI Friends.

    I am Developing one web application using C#,sql server 2005,
    I need to search a word from web page that is showing some information in text box then i have to highlight that word in the text and when user clicks on that word it must show some information related to that word,

    Please help me in this i need it desperately.Tha nks in Advanced.
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    English problems are hampering understanding.

    1. Where are you getting the word?
    - From the text box
    - From the web page
    - From some table
    - Elsewhere

    2. What event drives (causes) the highlight?
    - Search
    - Onload
    - Other

    3. When you say highlight, do you mean:
    - Make it the selected text
    - Change the background color of that section of text.
    - other

    4. How are you showing the related information?
    - Tooltip
    - Alert window
    - Another textbox
    - Loading a different page

    5. Are you queuing the data from the database in word/information format?

    Comment

    • ramsham
      New Member
      • Feb 2010
      • 10

      #3
      Sorry for that...

      1.Searching word from text box.But if you have Web page search then it's really good for me.
      2.search event.By entering search text text box and press button to search that word from text box which may contain 8-10 lines .
      3.You can make it selected or change background color but we require it further to show detail on word click event.
      4.you can show it like tool tip or alert.
      As I am new here I don't know about some things.So if you help me then it would be great for me to learn things quickly.

      Thanks for replay

      Comment

      Working...