Hello,
I'm using NetAdvantage for ASP.NET 2008 Vol. 1 (NET 2.0) and I'm trying to get the WebSpellChecker to work inside an UpdatePanel control. My target button is triggering the UpdatePanel to refresh and no spell checker dialog is appearing.
My UpdatePanel is set to use "ChildrenAsTriggers" but I'm unable to change this unfortuately. Do you know what the problem could be?
Cheers,
It's okay I've got this working now. I used a regular html button (rather than a server linked asp button).