本文介绍了带动态列的中继器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


如何在asp.net c#中的中继器中创建动态多列.

请参阅下面的结构仅供参考.

Hi
How can I make dynamic multiple columns in repeater in asp.net c#.

please see below structure just for reference.

|  year  |  year  |  year  |  year
name | amount | amount | amount | amount
name | amount | amount | amount | amount
name | amount | amount | amount | amount
name | amount | amount | amount | amount



就我而言,我可能有2或3或4,或者没有.要比较的产品,因此我需要显示要比较的具有多个功能的多个产品.

参考网站: http://www.biocompare.com/ProductCompare.aspx?i=2936820, 79743,438523,0000 [ ^ ]




in my case I might have 2 or 3 or 4 or any no. of products to be compared so I need to display multiple products with multiple features to be compared.

ref. site: http://www.biocompare.com/ProductCompare.aspx?i=2936820,79743,438523,0000[^]


thanks in advance.

推荐答案


这篇关于带动态列的中继器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 14:47