M
mattdaddym
Hi,
I have an asp .net application that writes textboxes from a form into a
sql database. The code is very simple. The .text property of the
textbox is written to the database or loaded back. After the new
revision of my site I have a seemingly random problem where users are
reporting so of the text they are typing has the spaces removed when
they reload their data later. For example:
The quick brown fox jumped over the fence.
becomes
Thequickbrown fox jumped over the fence.
or
The quick brownfoxjumped over the fence.
and so on.
I strongly suspect the jacuba spellcheck feature I am using on these
textboxes, but jacuba claims they have never seen this problem so I
wanted to post in case someone has seen this before.
P.S. I never had the problem before implementing the spellcheck. I just
want to cover all of the bases.
Thanks all.
I have an asp .net application that writes textboxes from a form into a
sql database. The code is very simple. The .text property of the
textbox is written to the database or loaded back. After the new
revision of my site I have a seemingly random problem where users are
reporting so of the text they are typing has the spaces removed when
they reload their data later. For example:
The quick brown fox jumped over the fence.
becomes
Thequickbrown fox jumped over the fence.
or
The quick brownfoxjumped over the fence.
and so on.
I strongly suspect the jacuba spellcheck feature I am using on these
textboxes, but jacuba claims they have never seen this problem so I
wanted to post in case someone has seen this before.
P.S. I never had the problem before implementing the spellcheck. I just
want to cover all of the bases.
Thanks all.