Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > spell check

Reply
Thread Tools

spell check

 
 
BillE
Guest
Posts: n/a
 
      11-28-2008
What is the best way to implement client-side spell checking in an existing
web forms application?

I'm using VS2008 vb.net.

Thanks
Bill


 
Reply With Quote
 
 
 
 
BillE
Guest
Posts: n/a
 
      11-28-2008
Thanks!



"Mark Rae [MVP]" <> wrote in message
news:...
> "BillE" <> wrote in message
> news:%...
>
>> What is the best way to implement client-side spell checking in an
>> existing web forms application?
>>
>> I'm using VS2008 vb.net.

>
> All spell-checking requires looking up words against a collection of other
> words. This collection is usually, but by no means exclusively, in
> dictionary files of various formats.
>
> Completely client-side spell-checking would involve the dictionary being
> available client-side. Since all modern browsers are designed specifically
> to prevent any direct interaction with the hardware and software of the
> machine on which they are running, this dictionary would need to be
> downloaded with the HtmlResponse as some sort of JavaScript array - hugely
> impractical as well as massively resource-hungry.
>
> A far better solution would be to use an AJAX-based solution. Obviously,
> you could roll your own, but there are loads of 3rd-party solutions
> available. I'd suggest you use one of those. I use this one:
> http://www.essentialobjects.com/Prod...llChecker.aspx
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Common word missing in Thunderbird Spell Check Jim Firefox 11 12-23-2004 01:06 PM
spell check Seamus J. Wilson Firefox 1 07-08-2004 10:09 PM
how to install the spell check? c0smic Firefox 6 10-14-2003 05:12 AM
Spell Check in Email? Axl Firefox 3 08-17-2003 10:45 PM
Spell Check for 1.5a link himm67(nospam) Firefox 0 07-08-2003 02:21 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57