Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
597
SpellChecker not found when setting SpellcheckerID
posted

I add a webhtmleditor and a webspellchecker, set the spellcheckerid.

run app, press spellcheck button

popup!

SpellChecker with id WebSpellChecker1 was not found.

 

had this?  I have added/removed  the webspellchecker several times.  Help please!

Parents
  • 597
    Verified Answer
    posted

    Figured it out.  My controls were inside of a formview, so i had to do a recursive findcontrol for both controls then :

    txtEditor.SpellCheckerID = checker.ClientID

Reply Children
No Data