The PageList control is probably one of the most widely used controls in a web site. When working with more advanced CSS it is sometimes necessary to add specific classes to the first or last items in a list. If the following templates were available it would be much easier to work with the PageList control:
FirstItemTemplate: template for the first item in the list.
LastItemTemplate: template for the last item in a list.
EmptyTemplate: template used if the page data collection is empty.
Hi.
Maybe the following thread can help you out:
http://www.episerver.com/devforum/ShowTopic____4612.aspx
It suggests how you can create your own "PageList".
Frank :)