Hi,
I'm using markdownsharp with my asp.net forms website.
I want to use MarkItUp as my editor and have found a straight forward article on how to integrate with MVC which seems straight forward enough: http://rsolberg.com/ViewBlog/21
However, how do I do this with a forms website?
How do I get the MarkItDown Textarea on a postback and get the preview to work as well?