Hi!
I'm designing a data driven website, the content for which is displayed mostly with Repeater controls.
I'm not sure, though, how to present the content that won't be repeated (such as articles). I had thought about using Labels and creating a DataSet when the page loads and populate the Labels on the page with columns from the DataSet...
Any ideas?