How add text data to TextBox Control?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i wrote this code but this is not work. How i can do this task?

int len=TextBox1.Text.Length;
TextBox1.Text.Insert(len,"s");

Thank you.
 
Back
Top