Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brendan Rice 538 posts 1101 karma points
    Jan 26, 2011 @ 15:37
    Brendan Rice
    0

    Best practice for storing UserControl Wrapper data

    I need to save 3 values to the database with the UserControlWrapper that I need to be able to access via the front end XSLT.

    What is the best practice for doing this?  Any expamples would be really appreciated.

  • Daniel Bardi 927 posts 2562 karma points
    Feb 06, 2011 @ 10:46
    Daniel Bardi
    0

    Just store a comma seperated list:

    value1,value2,value3

    Then parse the list in xslt

Please Sign in or register to post replies

Write your reply to:

Draft