- The easiest way would be to use quick, user-friendly Visual Functions: http://users.composite.net/Functions/A-Guide-to-Visual-Functions.
- Old-fashioned XSLT functions will work, too. But you need a special kind, the so-called data-centric functions: http://docs.composite.net/Data/Data-Centric-Functions
- If you don't mind C# and XHTML mixed, you can go for Razor functions, especially where you can present data on a page like this: http://docs.composite.net/Functions/Razor/Getting-C1-Data
- And in Version 5, you can also quite quickly build list-to-detail functions using a special type of a function parameter RoutedData<Your.Data.Type>: http://docs.composite.net/Data/Data-URL-Routing
↧
New Post: Help Displaying Custom Data?
↧