views:

399

answers:

2

Is this possible? Using VB.NET.

Can I do it in the footer maybe? Would that be the best way? Bind the footer to a datatable and throw some blank rows in there?

+1  A: 

I did this by dynaically adding HTML below the repeater, I subtracted by 15 - repeater.items.count then iterated through and added rows.

A: 

You could do that or.... You could look through and set specific ones to have "margin-bottom: 25px;".

Rick Ratayczak