Hi Dian, As Malcolm said you could look at the Repeater control which is hosted on the Click extensions project[1]. There are also some examples [2] to look at.
Your other options wrt to repeating is to use Velocity or JSP loop constructs. kind regards bob [1]: http://code.google.com/p/clickclick/source/browse/#svn/trunk/clickclick/core/src/net/sf/clickclick/control/repeater [2]: http://code.google.com/p/clickclick/source/browse/#svn/trunk/clickclick/core/src/net/sf/clickclick/control/repeater On 5/6/09, dian ruzda <[email protected]> wrote: > Hi All, in click framework we can display data with Table Control. Table > Control can use only for display tabular data. > If I want display data with my own layout table , How can we do that on > click ? > > on <http://asp.net/>asp net I usually using Repeater .... >
