G
Guest
Hello,
I have a loop e.g.
for(i=0;i<10;i++)
{
ib = new ImageButton();
}
and all i want is to know which imagebutton the user clicked and populate a
textbox
how could i do that?
thanks in advance,
akis
I have a loop e.g.
for(i=0;i<10;i++)
{
ib = new ImageButton();
}
and all i want is to know which imagebutton the user clicked and populate a
textbox
how could i do that?
thanks in advance,
akis