views:

7

answers:

0

I want to dynamically create "nice" website representations of SharePoint lists: Each line of a list should get its own Website the user can browse through.

ie: List:

V1  | V2 | V3
--------------
a1  | a2 | a3
b1  | b2 | b3

=>

Website 1
 a1
 a2
 a3

Website 2
 b1
 b2
 b3

And those webistes should get automatically updated when the values in the list get changed. Is this possible using only SharePoint tools?

related questions