November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Use the property that stores the datein the child pages.
In the item template write something like
<ItemTemplate>
Container.CurrentPage["YourDateProperty"]
</ItemTemplate>
Hope this helps.
Hi SADIK,
You need to handle the DataBinding event of the PageList.
In it you need to create an new item template control for the non existing date and add to the Pagelist control.
PageListControl.TemplateControl.Controls.Add(childTemplate)
Hi,
I have a datasource that is having Childnodes of a particular nodes which is some events based on dates and assigning this datasource to a pagelist .If there is no event in a particular date(there wont be no node for that particular date in the content section) i just want to display that date in the pagelist .How can i show the dates on the pagelist
Thanks in advance
SADIK R