Search code examples
asp.netdatalist

asp.net + DataList


Hello help me I need DataList with limited number of rows .. with out using RepeatColumns properties so I need just one column in the DataList with limited number of Rows


Solution

  • Use repeat columns for row count, like this in the datalist:

    RepeatColumns = "5"