S
Steph
hello, i want replace my last code with a generic code :
o = an object;
before :
this.panel1.Controls.Remove( (webTest)o );
after (like) :
this.panel1.Controls.Remove( (o.getType())o );
but that doesnt work... i somebody have an idea....
steph
o = an object;
before :
this.panel1.Controls.Remove( (webTest)o );
after (like) :
this.panel1.Controls.Remove( (o.getType())o );
but that doesnt work... i somebody have an idea....
steph