Page.CodePage Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the code page identifier for the current Page.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
In most circumstances, do not set this property in code. Set the CodePage attribute to the value you want using the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
Community Additions
ADD
Show: