TextBox tb; static int i=0; protected void button1_click(object sender,EventArgs e) { tb=new textbox(); tb.id=i.tostring(); panel1.controls.add(tb); or placeholder1.controls.add(tb); i++; }
Thanks&Regards LakshmiNarayana Nalluri.
Regards, Susan
Login to post response