my table? if you user datagrid,maybe it's easy to do X|
rainfeet
Posts
-
plz help me ..... -
2days........how to decoderi am sorry to tell you 634768511 ?? 601989262 ??(2005-07-09 18:42:55)???????????????????????????????????? i see this
-
2days........how to decoderThen specify the ASCII encoding when you open the StreamReader. how to do this? sr.CurrentEncoding??
-
2days........how to decoder634768511 601989262 ˵(2005-07-09 18:42:55)Ϊ˱֤MM˵İȫ뱣ܡ鿴QQ502278472ĸ֪ô 634768511 601989262 ˵(2005-07-09 18:42:55)Ϊ˱֤MM˵İȫ뱣ܡ鿴QQ502278472ĸ֪ô now i see this,see??
-
2days........how to decoderthe source file(.txt) is encoding with ASCII i need read this file and display it in a web page:confused:
-
2days........how to decoder3Q:)
-
2days........how to decoderthe source txt file is encodeing with ASCII i want to display it...with Unicode not ASCII(98 97 25 20....)
-
2days........how to decoderusing(System.IO.StreamReader sr = new System.IO.StreamReader(temp_path)) { //没有到达文件结尾时一直读取文件 while(sr.Peek() > 0) { //读出一行文本 string temp_string = sr.ReadLine(); //convert ASCII to Unicode Here how to do? I tried two days but no good^^ //连接到输出文件内容中 file_context += temp_string + " "; } }
-
2days........how to decoderusing(System.IO.StreamReader sr = new System.IO.StreamReader(temp_path)) { //没有到达文件结尾时一直读取文件 while(sr.Peek() > 0) { //读出一行文本 string temp_string = sr.ReadLine(); //进行编码转换,原ASCI码转换成Unicode编码 Here how to do? I tried two days but no good^^ //连接到输出文件内容中 file_context += temp_string + "
"; } }