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!
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
Thanks! I spent an hour not able to figure that out before I checked the forums.