[Mono-aspnet-list] Problems writing a single new line. ASP.NET Ubuntu 11.04
Alberto León
leontiscar at gmail.com
Mon Oct 10 09:38:57 EDT 2011
Depends of Resposne Output and server SO.
Output HTML -------------> Response.Write("<br />");
Output Text ---------------->
StringBuilder sb = new StringBuilder();
sb.AppendLine();
Response.Write(sb.ToString());
2011/10/10 cristian <c191288 at hotmail.com>
> Is their no one who can help me out with this issue?
>
> Kind regards.
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Problems-writing-a-single-new-line-ASP-NET-Ubuntu-11-04-tp3870006p3890255.html
> Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20111010/b18b77cf/attachment.html
More information about the Mono-aspnet-list
mailing list