DataList and SeparatorTemplate

  • Thread starter Thread starter Leszek Taratuta
  • Start date Start date
L

Leszek Taratuta

Hello,

I have a quick question:
How to specify the height of the SeparatorTemplate (that is rendered as <td>
tag) in DataList?

Thanks,

Leszek Taratuta
 
Don't know about that, but just put everything in the template into a DIV or
something, and set the height of that.
 
Thanks, it works fine. Although I need a more flexible solution. The number
of items in the DataList may change. I found a temporary solution and set up
cellSpacing for the entire DataList. It gives me some separator between
DataList cells.

Any other suggestions?

Thanks,
Leszek
 
Back
Top