Friday, May 21, 2010

How can I create columns of data dynamically using a nested repeater in asp.net?

For nested Repeaters you should read the following:


http://www.codeproject.com/aspnet/AspNet...


http://www.codeproject.com/aspnet/Nested...


http://support.microsoft.com/kb/326338


http://www.c-sharpcorner.com/UploadFile/...





As for displaying columns dynamically, you write this logic in the ItemDataBound event handler of the relevant repeater. Usually columns are displayed using ASP.NET controls inside %26lt;ItemTemplate%26gt;%26lt;/ItemTemplate%26gt; of your repeater.





Hope this helps.

How can I create columns of data dynamically using a nested repeater in asp.net?
columns dynamically, you write this logic in the ItemDataBound event handler of the relevant repeater. Usually columns are displayed using ASP.NET controls inside %26lt;ItemTemplate%26gt;%26lt;/ItemTemplate%26gt; of your repeater.





Hope this helps.


No comments:

Post a Comment