Click here to Skip to main content
15,887,947 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to connect access database on web server Pin
Dhrumil_Shukla24-Aug-09 20:58
Dhrumil_Shukla24-Aug-09 20:58 
QuestionReg: Job Scheduling - Web [modified] Pin
Jay_se23-Aug-09 23:39
Jay_se23-Aug-09 23:39 
Questionshow image Pin
ritasaumya23-Aug-09 22:53
ritasaumya23-Aug-09 22:53 
AnswerRe: show image Pin
Christian Graus23-Aug-09 23:03
protectorChristian Graus23-Aug-09 23:03 
GeneralRe: show image Pin
padmanabhan N23-Aug-09 23:15
padmanabhan N23-Aug-09 23:15 
GeneralRe: show image Pin
Christian Graus23-Aug-09 23:30
protectorChristian Graus23-Aug-09 23:30 
AnswerRe: show image Pin
r a m e s h23-Aug-09 23:44
r a m e s h23-Aug-09 23:44 
QuestionConverting string data(which contains EBCDIC, Packed decimal and Endian data) to byte array Pin
deep723-Aug-09 22:38
deep723-Aug-09 22:38 
Hi,
I need to convert string which has EBCDIC, packed decimal and Endian data to byteArray to save it in the database. I tried the following code.

Byte[] updateByte;
updateByte = System.Text.Encoding.Default.GetBytes(strData);
//here, strData is the string

Here what happens is it converts some characters to '?' with decimal value 63. For e.g. abc(ASCII vale) after converting to EBCDIC i get [129 130 131](these are decimal values of the converted EBCDIC data). When i convert the string to byte array in order to save it in database, it changes all three characters(129, 130 and 131) to 63. This mostly happens with small case alpbhbets.

I also tried other encoding(EBCDIC-US) but this also changes more characters.

IMP: Please note that the string that i need to convert to byte array contains EBCDIC, Packed decimal and Also Endian data.

Kindly let me know how i can achieve this.

Thanks,
Deepa
QuestionGridview Paging using AJAX textslider showing inconsistent behaviour Pin
Inderjeet Kaur23-Aug-09 20:52
Inderjeet Kaur23-Aug-09 20:52 
Questionjava script problem Pin
Amit Patel198523-Aug-09 20:34
Amit Patel198523-Aug-09 20:34 
AnswerRe: java script problem Pin
Blue_Boy23-Aug-09 20:49
Blue_Boy23-Aug-09 20:49 
AnswerRe: java script problem Pin
Abhishek Sur23-Aug-09 21:58
professionalAbhishek Sur23-Aug-09 21:58 
QuestionHow to Access web controls inside a Static method Pin
kirti.darji23-Aug-09 20:28
kirti.darji23-Aug-09 20:28 
AnswerRe: How to Access web controls inside a Static method Pin
Amit Patel198523-Aug-09 20:39
Amit Patel198523-Aug-09 20:39 
QuestionIE 7 Focus Issue Pin
platso_58823-Aug-09 20:17
platso_58823-Aug-09 20:17 
Questionsite publish problem Pin
pampam11023-Aug-09 19:29
pampam11023-Aug-09 19:29 
AnswerRe: site publish problem Pin
Expert Coming23-Aug-09 20:11
Expert Coming23-Aug-09 20:11 
GeneralRe: site publish problem Pin
pampam11023-Aug-09 21:09
pampam11023-Aug-09 21:09 
QuestionJS For removing css class for Header in grid view Pin
janani1323-Aug-09 18:27
janani1323-Aug-09 18:27 
AnswerRe: JS For removing css class for Header in grid view Pin
Abhishek Sur23-Aug-09 22:05
professionalAbhishek Sur23-Aug-09 22:05 
QuestionSlow working of web application Pin
Girish48123-Aug-09 18:22
Girish48123-Aug-09 18:22 
AnswerRe: Slow working of web application Pin
Abhishek Sur23-Aug-09 22:09
professionalAbhishek Sur23-Aug-09 22:09 
GeneralRe: Slow working of web application Pin
Girish48123-Aug-09 23:09
Girish48123-Aug-09 23:09 
Questionwhere does the web site adnimistration tool store the membership data Pin
prasadbuddhika23-Aug-09 17:24
prasadbuddhika23-Aug-09 17:24 
AnswerRe: where does the web site adnimistration tool store the membership data Pin
Brij23-Aug-09 19:03
mentorBrij23-Aug-09 19:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.