So I have this sample aspx page with this design:
<div class="column1">Events</div><div class="column2">Details</div><div class="column3">Contact</div>
Now, I want to dynamically change the words (Events, Details, COntacts) depending on the content of my "Columns" sp list.
how can I do this?
----------------------- Sharepoint Newbie