I have been able to view the content in an asp.net control such as a repeater or gridview where the content is being pulled from a database. Then I want to have a user be able to edit and save their changes.
My problem is that I need the saved changes to go into the SQL Server database field in one formatted string. This is why we liked the WYM Editor so much. It does not use in line formatting like RTF editors. Our site is heavily formatted with CSS and we were able to format the tags in WYM. However, we need to be able to save the changes first into some type of control such as a hidden field or text box. Then we need to be able to send the contents of that control to the database.
We used "jQuery(".wymeditor".xhtml()" but we are unable to pass that information into a .Net control. Does anyone have any constructive input on how we can do this? It's not clear in the documentation how we can grab the cleaned up html and pass it.
Thank you for any ideas/advice!
R/MKC
mkcaneva@hotmail.com