| Author: Anil Kumar Pandey 29 Aug 2008 | Member Level: Diamond | Rating:  Points: 4 |
hi,
Hello,
no problem u can take the data as it is from the text box and assign to the label.
The browser will automatically inter prates the TAGS present in the string.. and will display the data in the LABEL according to the TAGS specified in the string;
u just store it in the string variable ans u can assign to the label.
Thanks Anil
Thanks & Regards Anil Kumar Pandey
|
| Author: manjunatha 29 Aug 2008 | Member Level: Silver | Rating:  Points: 2 |
hi lable.Text = TextBox.text; this will assign the text in your multiline text box to label.
manjunath Y.D
|