Hi All,
I can pull the HTML from my DB and display it fine, but during the save process, what is the EXACT variable used to extract the HTML from the editor ... I looked at the sample DB page and it suppose to be --> Request.Form("Editor1_HTMLContent") ..
I changed the form action to have it instead of save, just display the results of the Request.Form("Editor1_HTMLContent"), and nothing shows up when the form is submitted, so it seems not to have pulled it correctly ..
Thanks in advance ...