Button[] mybutton = new Button[6];
for (int i = 0; i < mybutton .GetLength (0); i++)
{
//mybutton[i] = (Button)this.Controls[Class3.buttonid + (i + 1)];
Class1.navigate_url(mybutton[i], TextBox1);
}
the commented line above is not working in system.web.ui unlike system.windows.forms
......
why????
and wt to do now....please help me out with it....thnks for ur kind attention....