Hey,
If I have a dataview that contains 1 row with multiple columns, how I can display the data like this:
<p>Column1 Name = Column1 Value</p>
<p>Column2 Name = Column2 Value</p>
<p>Column3 Name = Column3 value</p>
and so on...
So effectively I'd be making each column name/value 'pair' their own row, then use a repeater to bind to?
Thanks.
Go to the complete details ...