Here is the link, your web browser will focus on: http://thocong.net/dang-tin.html
I am developing an application that will automatically publish news. When you set the value for the controls on the web page, all the controls are fine, but I cannot set the value for the editor (NicEdit). This editor used the TextArea tags as an instance. I set the value for textarea, but when the news is published, I can not find the content specified in this text box. So pls help me solve this problem.
Below are the codes that I use to set the value for controls on web pages (above links)
HtmlDocument document = webBrowser.Document; HtmlElement description = document.GetElementById("content");//id of textarea description .SetAttribute("value", info.Content);
- β Summary: Pls tell me how to set values ββin a good editor?
source share