SaraJoRedux said:
scott976 said:
*snip*
Thanks for your response.

please don't ostrasize me if this is a dumb questions but can I bind generic lists to repeaters? I use them for my collections, and iterating through but haven't tried them on objetcs.
Okay I won't OSTRASIZE you.  You sure can bind generic lists to repeaters.  The best part about binding to a repeater is that on the item created event you can access the dataitem.  The dataitem will be an instance of your object for the databound row!  Let me know if you have more questions.