SyntaxFix
Write A Post
Hire A Developer
Questions
Example:
int x = Convert.ToInt32(this.txtboxname.Text) + 1 //You dont need the "this" txtboxname.Text = x.ToString();
The x.ToString() makes the integer into string to show that in the text box.
x.ToString()
Result:
:)