User283571144 posted
Hi crocboy25,
Does anyone know why this happens and how to fix it?
I am looking for a good spell checker option.
According to your description, I suggest you could try to use some third party spell checker to help you achieve your requirement.
I suggest you could firstly install below Nuget package.
https://www.nuget.org/packages/Spell.Check/
Then you could follow below article to install it.
https://www.aspnetspell.com/Installation
Demo codes as below:
<ASPNetSpell:SpellTextBox ID="SpellTextBox1" runat="server" Height="211px" Width="675px"></ASPNetSpell:SpellTextBox>
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />
Result:

Best Regards,
Brando