Home All Groups Group Topic Archive Search About
Author
19 Oct 2006 11:31 AM
RBM
Hello,

On my ASP.NET 2.0 page I have a textbox with edit type multiline.
I have the following question:
Is it possible to show manualy typed enters in the Gridview inserted
from such a textbox?

Please anser this question, thanks in advantage.

Greetings,

René Beltman

Author
19 Oct 2006 11:40 PM
Steve C. Orr [MVP, MCSD]
You'd need to replace carriage returns with <br/> tags.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net


"RBM" <renebelt***@gmail.com> wrote in message
news:1161257516.319899.206090@i3g2000cwc.googlegroups.com...
Hello,

On my ASP.NET 2.0 page I have a textbox with edit type multiline.
I have the following question:
Is it possible to show manualy typed enters in the Gridview inserted
from such a textbox?

Please anser this question, thanks in advantage.

Greetings,

René Beltman
Author
22 Oct 2006 4:16 PM
RBM
Thank you Steve. I have wrote a parser which parses every \r\n sequence
to <br /> and even after this, I replace the \r and \n to <br /> tags
(for unix / mac support).

Greetings,

René Beltman

Steve C. Orr [MVP, MCSD] wrote:

Show quoteHide quote
> You'd need to replace carriage returns with <br/> tags.
>
> --
> I hope this helps,
> Steve C. Orr
> MCSD, MVP, CSM
> http://SteveOrr.net
>
>
> "RBM" <renebelt***@gmail.com> wrote in message
> news:1161257516.319899.206090@i3g2000cwc.googlegroups.com...
> Hello,
>
> On my ASP.NET 2.0 page I have a textbox with edit type multiline.
> I have the following question:
> Is it possible to show manualy typed enters in the Gridview inserted
> from such a textbox?
>
> Please anser this question, thanks in advantage.
>
> Greetings,
>
> René Beltman