G Guest Mar 2, 2004 #1 I have a textbox to contain a user input text How can I detect the carriage return characte in the text Thank You
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 Mar 2, 2004 #3 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
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