how to concat the string in multiline text box when user press enter
how to concat the string in multiline text box when user press enterhow to concat the string in multiline text box when user press enter
Page 1 of 1
2 Replies - 3607 Views - Last Post: 22 September 2009 - 12:39 AM
#1
how to concat the string in multiline text box when user press enter
Posted 11 September 2009 - 09:05 PM
Replies To: how to concat the string in multiline text box when user press enter
#2
Re: how to concat the string in multiline text box when user press enter
Posted 11 September 2009 - 09:11 PM
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Post your code like this:
Thanks.
Post your code like this:
Thanks.
#3
Re: how to concat the string in multiline text box when user press enter
Posted 22 September 2009 - 12:39 AM
Hi,
you can use this code:
Carle
___________________
you can use this code:
protected void Button1_Click()
{
TextBox1.Text +="String";
}
Carle
___________________
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|