Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
Just store a comma seperated list:
value1,value2,value3
Then parse the list in xslt
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
Just store a comma seperated list:
value1,value2,value3
Then parse the list in xslt
is working on a reply...