Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Bhupesh Naik #1
make spell and grammar check possible in text area of a web page
This is a query regarding my problem to make a spell and
grammar check possible in text area of a web page.
We have aspx pages which are used to construct letters.
The browser based screens provide text area where the user
can insert big chunks of text and submit it all to the
server paragraph by paragraph.
The requirement is to do a Spell Check AND Grammar Check
in the text area. I did look at lot of possible third
party solutions which will work externally and provide the
checks in the Text Area of a browser web page, but they
all provide just the Spell Check and no grammar check. For
example http:\\[url]www.asutype.com[/url] Does anyone know of a
component that will do this..?
I am looking at a solution wherein I could embed MS Word
in the aspx pages as the text area. This was possible in
windows forms in previous versions like in VB6 where an
OLE container can be used to host different MS application
documents. This is still possible in some of the MS Office
Software's, Linking and embedding.
It seems the OLE support is removed from .NET and that
rules out the possibility of embedding MS Word in aspx
pages. Let me know if I am wrong.
I have used WORD automation objects to open a document at
client side and call the Spell Checks and Grammar checks
method using Java Scripts but that pops up a Word document
during the checks and toggling the visibility to false
makes the browser - not responding.
I would like to know of any other possible solution to do
a spell check and grammar check inside a web page.
Platform used:
Windows 2000 Server SP 2.0
Visual Studio.NET with .NET Framework 1.0 + SP 2.0
Any help on this will be highly appreciated.
Thanks
Bhupesh
Bhupesh Naik Guest
-
Spell Check and Grammer Check
Hello, Does anybody know about some good spell checker/grammer checker for html/asp pages? Thank you, Regards, Raj. -
Spell Check
I lost spell check in outlook express after removing microsoft picture it. how can I get it back -
Spell check...not again :)
Hi all, I got two questions about spell check in FM. It's probably been asked before, but I don't find it, neither does Google :( Anyway, I use... -
How to spell check a text in Director
Hi! I need to pass a variable (with text) to a behavior or Xtra or whatever device that can spell check that string using the current or default... -
make a spell and grammar check possible in text area of a web page.
This is a query regarding my problem to make a spell and grammar check possible in text area of a web page. We have aspx pages which are used to...



Reply With Quote

