Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Remarks: ASP Response Object CodePage Property

Response.CodePage explicitly affects a single page, whereas Session.CodePage affects all responses in a session.

If the code page is set in a page, then Response.Charset should also be set. The code page value tells the server how data should be encoded when building the response, and the charset value tells the browser how the data should be decoded when displaying the response. CharsetName of Response.Charset must match the code page value. If they do not match, mixed characters will be displayed in the browser.

ASP Session Object CodePage Property

ASP Response Object Charset Property



ContentsPreviousNextIndex