Asp.Net ListView Control
September 20th, 2009 — 4:58pm
Put simply the ListView control is used to display a set of data in a structure defined by templates. There are many templates to choose from, and while some are required, many are optional. The templates needed will be determined by the goal of your design. It is best understood by defining what the templates are and how they work. This post will focus on the control’s attributes, and the templates. Further posts will go into more detail on binding data and using events.


