About the only thing that comes to mind for the moment is to use
JavaScript to write a validator that tests for ASCII characters and
redirect when the entered text is not ASCII compliant.
Meanwhile Google: "System.Globalization Namespace" and start
reading all the MSDN articles to get familiar with the capabilities of
using ASP.NET to globalize your application.
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL
http://www.metromilwaukee.com/clintongallagher/
Kalie said:
This is simple ASP page which is connected to Access database. When
user enters data in English it enters into the database, but some of the
user are requesting if they can enter data in Japanese. Right now if
they enter in Japanese they get an error page. What will I need to do?
To be able to accept this data in Japanese?