westwind

JQuery DatePicker bundled control can't be included in other controls

I've been tasked with implementing a Date/Time selector for several areas of our web project, and instructed to use a control that another developer created as part of it. The control I'm working on is supposed to allow the user to choose a date from a calendar, choose a format for the display of that date (from several pre-defined form...

how do I use wwScriptCompressionModule? for gzip compression with asp.net

Ok, I downloaded the WestWind Ajax Controls, and I added this to my web.config: <httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="wwScriptCompressionModule" type="Westwind.Web.Controls.wwScriptCompr...

Localization: How do you use backend to access resources

I'm new to localization and have been given a task to localize our companies web site. We are using ASP.NET with C#. We have a front end which connects to the back end for database access via a web service. I have read Rick Strahl's articles and wish to utilize his WESTWIND.Globalization dll however his project accesses the database in...

Strange assembly issue using WESTWIND globalization

I'm using Visual Studio 2010 Ultimate with version 4.0 of the .NET Framework. I'm attempting globalization for a website using the free westwind globalization dll. I add the Westwind.Web assembly then its two dependencies: Westwind.Globalization and Westwind.Utilities Initially, after adding the assemblies the objects are recognized...

Localization: resx vs DBResource Provider vs ???

I am localizing a site where the content is frequently updated. With the resx approach (if i understand correctly) if i want to change text within a localization tag, i'd have to recompile (which means a redeploy to live). This seems like a disguting way to go about things to me. As an alternative I've been looking into DBResourceProvi...