runtime controls
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi can any one tell me how to add controls at runtime. I have a button on clicking it I have to add N no of textbox to enter the values. thanks in advance.
Put place holder on page and dynamicaly add text box in place holder and get all controls from place holder through for each loop.
Parwej Ahamad g.parwez@gmail.com