Click here to Skip to main content
15,909,373 members

Comments by Phoenix234 (Top 40 by date)

Phoenix234 4-Sep-13 16:58pm View    
this worked perfectly! thanks for the link :)
Phoenix234 4-Sep-13 16:46pm View    
the csv file looks like this
1 , 2 \t 3
it goes in like that and comes out like
1 , 2 \\t 3

I used breakpoints on what was in the file and what came out after the streamreader, it adds the extra \ after it goes through.
Phoenix234 1-Mar-13 16:07pm View    
thank you very much, I was just missing the key words that got me what I was after. I was searching for generic words that brought up results from different platforms :/
Phoenix234 1-Mar-13 12:00pm View    
Oh thats not the issue :P im fine with layouts, its more using listviews from database data anf filling the list rows that I struggle with.
Phoenix234 20-Feb-13 4:24am View    
Oh I apologise, hfProducts was meant to be renamed to hiddenfieldOfProducts.

Its a hiddenfield where I store the data the JSON returns.