Im new to C# and learning it for my University course.
Im also new to this site so i appologies if i do any thing wrong.
if you need more information i can send you the current code
Thanks
Jackson
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted Oct 12, 2012, 12:10 PM
tramp.DogColour = "Blue";
and after that display data.
Jackson EatherdenPosted Oct 12, 2012, 11:51 AM
Thanks for the response.
I did the code you suggested and was told by my teacher that i have to make a new instace of the dog class (this will become clear when i put the text up) calling the constructor that i create for size.
Sandeep Singh ShekhawatPosted Oct 12, 2012, 11:37 AM
OR
You can do it using Text property of these control under button click event...
Like:
txtrich.Text = txtFirst.Text + " "+ txtSecond.Text + " " +txtThird.Text +" "+ txtFour.Text;
Thanks
Sandeep