is it possible to group the values of different textboxes to a string
string s = TextBox1.Text + TextBox2.Text + TextBox3.Text + TextBox4.Text + TextBox5.Text;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.