In ASP.NET 3.5, for listview control, its required to specify Layout template. In layout template, we will define the template style of the root control. This is an additional step as for gridview control, its not required to specify layout template.
...