Integrating MarkitUp and MarkdownSharp with asp.net forms website
Posted
by
N00b
on Stack Overflow
See other posts from Stack Overflow
or by N00b
Published on 2010-07-21T15:20:54Z
Indexed on
2011/01/09
1:53 UTC
Read the original article
Hit count: 577
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/2010/09/asp-net-mvc-markitup-rich-text-editor/
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?
© Stack Overflow or respective owner