Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 30th, 2005, 04:41 AM
Authorized User
 
Join Date: Aug 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default Set Encoding for my aspx page (C#)


Hi All,

How to set my encoding for my aspx page?

I want my aspx pade encoding as Western Europen (Windows) whenever it is shows.

Thanks,

Minh.
 
Old May 30th, 2005, 01:41 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

use
Code:
meta
tag &
Code:
http-equiv
property
like:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
Always:),
Hovik Melkomian.





Similar Threads
Thread Thread Starter Forum Replies Last Post
stop master page from url encoding solos ASP.NET 2.0 Basics 2 May 16th, 2008 12:37 PM
window.location and page encoding arabuafef Classic ASP Professional 0 February 19th, 2007 06:23 AM
Set Encoding for my aspx page (C#) minhpx General .NET 1 May 31st, 2005 11:13 PM
change page encoding in WebBrowser ActiveX control alexxx_ltd Visual C++ 2 December 16th, 2004 07:08 PM
How to pass the variables in Aspx page to Asp Page jayaraj ASP.NET 1.0 and 1.1 Basics 3 May 23rd, 2004 06:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.