Textbox - inserted enters

R

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
 
S

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


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
 
R

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top