Thank you for advices. User does not mind to pay for .NET control and we are looking for an "easy implement" spell checker as it will be integrated to several projects. I have checked several controls like:
Wintertree spelling server (www.wintertree.com),
Chado-Software spellserver.NET...
Has anyone used spell-check controls in their ASP.NET application? I need to implement spell-check functionality in my ASP.NET application so I would appreciate your opinion on different controls you may worked with. Any input will be appreciated. -Thank you.
Jason,
You may want to look at Microsoft Application Blocks (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daab-rm.asp)that is distributed royalty free by Microsoft. If you use that you can benefit from using Dataset. It acts as a virtual databse that can hold...
You right. I should have made myself clearer I meant code-behind files. Front-end includes, xml, ascx files should stay. Thanks for bringing more light on it.
...you do noy need PBS files in bin directory - delete them. These are debugging files. You can also delete all but .aspx and web.config files in web files folder.
Kevin.
If you Ok with bulding apps for IE only I would recommend you to go with Microsoft IE Web Controls. They do work, very easy to work with, work on both .NET Framework 1.0 and 1.1 (haven't had problems so far - even thoug MS says that they do not support it anymore), and royalty free.
You can...
...well then you can add a VB Module into your project: something like 'common.vb' and declare your variable as "Friend" inside of it. It'll be seen everywhere within the project:
Module common
friend ClientID as String
End Module
In this case you need to remember that other users...
Is it ASP or ASP.NET that you use? You may want to consider using Session variable as you can access it everywhere you want within the application and it lives as long as Browser is open and can only be accessed by user who has a current session.
session("ClientID") =...
I am successfuly running an application on .NET Framework 1.1 that utilizes IE Web Controls (TabStrip, MultiPage, and TreeView) however I haven't tried to develop anything in this environment.
Kevin.
Ladies and Gents!
I am using CRViewer on my ASP.NET page, assigning a report object to it's ReportSource property that has a lot of records. CRViewer shows first number of pages and dies when I try to print report or navigate to the last page. It gives me Server Application Unavailable and app...
Please help!
Getting Server Application Unavailable while processing records in CRViewer. Event Log says: aspnet_wp.exe (PID: 1660) was recycled because memory consumption exceeded the 306 MB (60 percent of available RAM). It only happens when 'large' amount of records is being processed...
Ladies & Gentlemen:
I am using IE Web Controls (TreeView, TabStrip, MultiPage, and ToolBar) in my APS .NET applications. The Microsoft site says that: <b>This product is only compatible with machines running builds of the .NET Framework (1.0.3705.0) and Visual Studio® .NET (7.0.9466).<b> and...
I'd like to restrict users from repairing and compacting Access97 database. Is there anything I could do to MDB file in order to prevent users from repairing and compact the DB besides disabling toolbar in MS Access Application?
Any help will be appreciated.
I use CR8.5 and Oracle8 Stored Procedure (SP) that feeds it. Right now I have IN-OUT parameter in SP that confuses Crystal Enterprise - the report constantly fails with an error: "Information is needed before this report can be processed" (without Enterprise just in CR8.5 the report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.