<table> <tr> <td ID="TDcontrol" runat="server"> </td> </tr> </table>
TextBox txt = new TextBox(); txt.ID = "txt1"; txt.Text = ""; TDcontrol.Controls.Add(txt);
Login to post response