Hi
me with C#.net , I have 2 textboxes and a string s="Hai to all in bytes forum"
I am assigning this string s to textbox1.test. How can I do such a way that if textbox1.text visible portion exceeds the string s the balance portion can be assigned to textbox2.text
ie, if textbox1.text can accommodate till "Hai to all in byt", how can I cut it with "bytes forum" and place it in textbox2.text
Thanks in advance