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.
int len=TextBox1.Text.Length;
TextBox1.Text.Insert(len,"s");
Thank you.