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
50
webspellchecker on pages that use master page
posted

I have a page that uses a master page.  When I associate a WebSpellChecker to a WebHtmlEditor by setting the SpellCheckerId property on the WebHtmlEditor to the ClientId of the WebSpellChecker.  It fails to recognize that a WebSpellChecker with that ID exists.  However, it works fine on a normal asp.net 2.0 page that does not use a master page.  Is there a work around for this issue, or I am doing something wrong.

Thanks