Carriage Return

G

Guest

I have a textbox to contain a user input text
How can I detect the carriage return characte in the text
Thank You
 
N

Natty Gur

Hi,

System.Environment.NewLine which stand for new line string defined for
current environment.

Request.Form[0].IndexOf(System.Environment.NewLine)


Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 

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

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top