Nested Repeater with null rows

  • Thread starter Thread starter Matt Jensen
  • Start date Start date
M

Matt Jensen

Howdy
I have 2 repeaters on a C# page, 1 nested under the other. In some cases,
the nested repeaters <ItemTemplate> does not contain rows - how does one
display a text message in place of the empty rows eg. "No events for this
month"?
Thanks
Matt
 
Great, thanks :-)
Matt

Eliyahu Goldin said:
Matt,

Include the message as a label in the ItemTemplate and show/hide it
depending on the item content.

Eliyahu
 
Matt,

Include the message as a label in the ItemTemplate and show/hide it
depending on the item content.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top