Edit : Spirit, I again searched for all the x controls on the page and came up with the following source code:
foreach(Control c in Page.Controls) { if (c is TextBox) {
View ... based on the naming scheme of your example, you can do something like the following:
private void Button1_Click(object sender, EventArgs MyEventArgs) { string controlName = TextBox for(int i=1;i<4;i++) {
This will allow you to scroll through items with a digital name, but otherwise it is somewhat inconvenient.
source share