Hi expert guys please help me..I've tried to create dynamic textbox controls inside a dynamic html table..
the problem is that when the looping starts to execute hundreds or much worst if thousands of data's, it seems that when creating dynamic controls upon loading is very slow..how can i make it faster when reloading it depending on the number of datas i want to allocate on my design dynamic controls. Is there a way i can handle it to execute it.
your big help is much appreciated..

Saber ShaikhPosted Oct 11, 2014, 1:50 AM
This link is use for you try this
http://www.dotnettips4u.com/2013/03/dynamically-creating-text-boxes-using-c.html
Thank You
http://aspnettutorialscode.blogspot.in/
mary jean ligasPosted Oct 2, 2014, 9:37 PM
mary jean ligasPosted Sep 22, 2014, 6:17 AM
Riddhi ValechaPosted Sep 22, 2014, 6:07 AM
PLease explain your requirements..
There is no project... This is an empty folder here..
mary jean ligasPosted Sep 22, 2014, 2:50 AM
Riddhi ValechaPosted Sep 22, 2014, 2:45 AM
THe zip file is corrupted...
PLease re-send the project.
mary jean ligasPosted Sep 21, 2014, 8:39 PM
Riddhi ValechaPosted Sep 19, 2014, 5:00 AM
Why create dynamic controls in dynamic HTML Table.
Eg -
If you want to display values from backend in HTML Table, then just go about adding rows and cells to the table.
Refer the link -
http://www.codeproject.com/Questions/766261/how-to-create-dynamic-html-table-and-textbox-in-as