html-to-text

DOT NET code to convert HTML to text

Hello All, I'm creating a little algo to fetch text from web sites.. then find answers (will post the script once completed). To do that, I need to convert all HTML code within and into plain readable english text. I've manually removed all html tags, but some css entries are hard to get rid of. Any simple ideas on how to convert h...

Convert HTML Block to String in Javascript (output from uEditor)

Hey all, I've been having trouble getting the value from a WYSIWYG editor passed to my ajax controller, and I'm wondering if I'm doing something wrong. The WYSIWYG I'm using is uEditor (http://www.upian.com/upiansource/ueditor/en), and since I couldn't seem to directly get the value, I decided to use jQuery to search and find the value,...