Dim txt = e.Form.Controls("TextBox1")
txt.Text = val(txt.Text) + 1
------------
txt.Text = val(txt.Text) - 1