hi
how to add MULTIPLE TEXTBOX at runtime using CLASS FILE
i tried using this code for creating textbox but it did not work
textbox t=new textbox();
t.id="mytextbox ";
panel p=new panel();
p.controls.add( t);
i want it using class file pls help its very urgent...
thanks in advance to all
how to add MULTIPLE TEXTBOX at runtime using CLASS FILE
i tried using this code for creating textbox but it did not work
textbox t=new textbox();
t.id="mytextbox ";
panel p=new panel();
p.controls.add( t);
i want it using class file pls help its very urgent...
thanks in advance to all
Comment