Nested Repeaters in C#

前端 未结 4 2153
北荒
北荒 2020-12-30 17:05

Hi I have to display hierarchical information (which has four levels) within a repeater. For this I decided to use the nested repeater control. I found this article on MSDN

4条回答
  •  鱼传尺愫
    2020-12-30 17:38

    There are plenty of examples available on internet. Following are some of that.

    http://www.codeproject.com/Tips/563919/Nested-Repeater-Controls-in-ASP-NET

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

    From below link you can download the code also. http://everymanprogrammer.com/index.php/nested-repeaters-do-it-clean-and-simple-a-beginners-tutorial-part-2/

提交回复
热议问题