Hi,
I am having an textbox with textmode as multiline and now i have to pass two strings to the textbox,
Ist string value in first line and
2nd string values in second line
I have tried as
textbox.text=string1+"<br/>"+string2;
But this is not working,Kindly let me now how to do...
Thanks in advance
Sathish Kumar S