Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
585
The Session.CodePage Property
Introduction
The Session.CodePage property can be used to specify how
strings are encoded on a page. A codepage is simply a set of characters. They
vary from location to location. For example the language Hindi or Punjabi uses
another characters than English or German. The list in the following page
lists all CodePages with their IDs. Please not that all IDs are validated and
if you enter an invalid ID, you will get a runtime error. The Session.CodePage
property affects the complete all responses in a page. If you need to this for
the current page only, please take a look at the Response.CodePage property.