guys!!!
When a text box control (not Rich text box control) is assigned with string which contains new line character '\n' it displays some kind of box character for the new line character. Should i need to format the text control? please advice me
Regards
Jebasingh
jebasinghPosted Aug 17, 2007, 2:19 AM
SamPosted Aug 16, 2007, 5:40 AM
Hi,
Try using "\r\n" instead of just '\n'
Also make sure that the Multiline property is true
Sam.