Can someone help me?

I have a variable

int ten = 10;

and i want to display it ive tried things like

textbox1.text = ten;
textbox1.text = (ten);

and many other things but they didnt work :-(