Button[] btn = new Button[100];

// Sample using
btn[0].Text = " Any";
.
.
.