shuchi

shuchi

  • NA
  • 10
  • 0

newline problem in asp .net (C#) in web form.

Dec 8 2006 8:25 AM
Hi,
I tried various things line "\n", Response.Write("\n"), System.Environment.NewLine etc. but still I am not getting new line character. I have lot of outputs written by Response.Write statements during my debugging, but everything is clunged together making it very difficult to seperate them out while inspecting the output. I want them all seperated by newline..

Any idea how newline works in web form using asp .net?

Thanks.

Answers (1)