Search code examples
asp.netektron

Converting units to metric


I'm going to be implementing Ektron CMS for a client and they may require conversion of units from imperial to metric for different values. The best thing would be an Ektron module, then would be something in C# I could use, finally a webservice I could access.

Anyone have suggestions or best practices regarding any of those three, with Ektron CMS and ASP.net in mind?


Solution

  • ended up doing this on the frontend, a benefit being that only one value is stored in this manner

    http://hanamidesign.com/lab/code/prototype/measurement-unit-switcher.html for an open source solution