In my application, I provide for note icons to be clicked to open an ASP.NET 2.0 AJAX Popup Control with a standard TextBox control for note entry. I have attached the Spell Check button, (and the code, of course), to allow the entry to have spell checking done prior to saving the note.
When the button is pressed to spell check, the Spell Checking Complete message immediately pops up and noting has been checked. Can you help me get this to work? These note entries are all over the place in the app and being able to correct spelling is essential.
I can supply code if you tell me how.
Thanks,
Ric
AS.NET 2.0, C#, AJAX Controls