Click here to Skip to main content
15,914,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionxml Pin
AndyInUK1-May-09 3:48
AndyInUK1-May-09 3:48 
AnswerRe: xml Pin
MidwestLimey1-May-09 3:59
professionalMidwestLimey1-May-09 3:59 
GeneralRe: xml Pin
AndyInUK1-May-09 4:04
AndyInUK1-May-09 4:04 
GeneralRe: xml Pin
MidwestLimey1-May-09 4:40
professionalMidwestLimey1-May-09 4:40 
GeneralRe: xml Pin
AndyInUK1-May-09 4:49
AndyInUK1-May-09 4:49 
AnswerRe: xml Pin
led mike1-May-09 4:36
led mike1-May-09 4:36 
GeneralRe: xml Pin
AndyInUK1-May-09 4:45
AndyInUK1-May-09 4:45 
GeneralRe: xml Pin
MidwestLimey1-May-09 4:49
professionalMidwestLimey1-May-09 4:49 
So you want pretty XML? Load it into an XmlDocument, then use either WriteTo or WriteContentTo (I forget what the distinction is) to write to an XmlTextWriter. The XmlTextWriter can be configured for indentation. The XmlTextWriter will need to use an underlying stream, just use a MemoryStream for that. You should be able to read the result via a StreamReader.

10110011001111101010101000001000001101001010001010100000100000101000001000111100010110001011001011

AnswerXmlTextWriter Pin
David Mujica1-May-09 5:48
David Mujica1-May-09 5:48 
QuestionGridview setting column widths Pin
dptalt1-May-09 3:41
dptalt1-May-09 3:41 
AnswerRe: Gridview setting column widths Pin
MidwestLimey1-May-09 4:58
professionalMidwestLimey1-May-09 4:58 
GeneralRe: Gridview setting column widths Pin
dptalt1-May-09 5:53
dptalt1-May-09 5:53 
Questioni want to save image of chart from page on bottom click? Pin
Piyush Vardhan Singh1-May-09 1:57
Piyush Vardhan Singh1-May-09 1:57 
Questionweb service message queue (can some one please Help me) Pin
Member 46590011-May-09 1:26
Member 46590011-May-09 1:26 
AnswerRe: web service message queue (can some one please Help me) Pin
MidwestLimey1-May-09 4:43
professionalMidwestLimey1-May-09 4:43 
Questioncrash test on my website resolved exception Pin
shabya1-May-09 0:48
shabya1-May-09 0:48 
AnswerRe: crash test on my website resolved exception Pin
Jeff Circeo1-May-09 2:24
Jeff Circeo1-May-09 2:24 
GeneralRe: crash test on my website resolved exception Pin
shabya1-May-09 10:34
shabya1-May-09 10:34 
AnswerRe: crash test on my website resolved exception Pin
Paddy Boyd1-May-09 2:38
Paddy Boyd1-May-09 2:38 
JokeRe: crash test on my website resolved exception Pin
shabya1-May-09 10:33
shabya1-May-09 10:33 
Questioncan enybody help me for import contacts Pin
sasib1-May-09 0:40
sasib1-May-09 0:40 
AnswerRe: can enybody help me for import contacts Pin
saanj1-May-09 1:29
saanj1-May-09 1:29 
GeneralRe: can enybody help me for import contacts Pin
sasib1-May-09 2:31
sasib1-May-09 2:31 
AnswerRe: can enybody help me for import contacts Pin
shexiaohui1-May-09 3:30
shexiaohui1-May-09 3:30 
QuestionFirst and last day of a given week Pin
amit sahu201-May-09 0:21
amit sahu201-May-09 0:21 

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.