The Repeater control is a very simplified Data listing control. The DataList provides the flexibility of row templates like the repeater but also includes some more options that are tailored more for interacting with the data such as the ItemCommand event, and some predefined events (Edit, Update, Cancel, Select). Unforunately, if you need to hold more than one key for your row, you will have to find some work around for it.
Unless you need to interact with the data in the control, versus just being able to see it, you don't need to worry about the ItemCommand event.
Peter
------------------------------------------------------
Work smarter, not harder.
|