Click here to Skip to main content
15,886,026 members
Articles / Web Development / ASP.NET

Using Character Encoding in ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.08/5 (19 votes)
15 Apr 20042 min read 329.7K   2.2K   57  
Submit your data to the OS or database server which does not support the character set.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title></title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="ProgId" content="VisualStudio.HTML">
		<meta name="Originator" content="Microsoft Visual Studio .NET 7.1">
	</head>
	<body>
		<P><FONT face="宋体">1. Create table named "demo" with only one field 
				"memo"(char,20)&nbsp;in the database.</FONT></P>
		<P><FONT face="宋体">2. Config your connection.</FONT></P>
		<P><FONT face="宋体">3. code saved as utf-8.</FONT></P>
	</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Team Leader
China China

Comments and Discussions