How to parse HTML text from a website using asp.net. Actually, I want to develop a dictionary program in which user types a word and the meaning of that word is fetch from wikitionary websites (or other dictionary websites). So, how can i fetch the html text. In java, there is a "Jerico HTML parser" for fetching the text. How to do it in asp.net.
I am working with C#....
I am a beginner, so plz do reply in detailed information...
thank you.....