Nested Repeater with null rows
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
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
.
Relevant Pages
- Nested Repeater with null rows
... Howdy ... the nested repeaters <ItemTemplate> does not contain rows - how does one ... Prev by Date: ... (microsoft.public.dotnet.framework.aspnet) - Nested Repeater and XML Data
... I'm trying to create a categorized list of checkboxes using nested repeaters ... with an XML datasource. ... <ItemTemplate> ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Re: Nested repeaters with a single datatable
... Make an itemtemplate as 2 table rows. ... In the PreRender event loop through the ... repeater items and hide all group rows except the first for every group id. ... A big advantage of this way over nested repeaters is that all record rows ... (microsoft.public.dotnet.framework.aspnet) - Re: Repeater Grouping
... You might be able to do this using nested Repeaters. ... would contain your group information while the nested Repeater contains the ... Christopher A. Reed ... Prev by Date: ... (microsoft.public.dotnet.framework.aspnet.webcontrols) |
|