
February 8th, 2005, 10:39 AM
|
|
Registered User
|
|
Join Date: Feb 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Try System.Text.Encoding.GetEncoding(1252)
Change 1252 to your Code Page Number
Check here: http://www.codeproject.com/aspnet/En..._in_ASPNET.asp
|