I Want to apply "EnableSpellCheck " property throughout my .Net(4.0) application.I have all my webhtmleditor in many *.ascx files and am dynamically referring all the .net usercontrols to home.aspx page. How to achieve this in code?
How to globally set "EnableSpellCheck" property to all webhtmleditors in code ?
Hello Sarathi,
Thank you for posting in our forums!
I have done some research on this and found that EnableSpellCheck cannot be set globally. You have to set "EnableSpellCheck” property on each WebHtmlEditor control.
Let me know if I may be of further assistance.
Hi Divya,
how to loop through all the webhtmleditors and set the enablespellcheck property for page level. Please provide the code snippets