I'm trying to create an SP2010 Sandboxed solution which involves a site collection administrator storing a piece of information in the Site collection root web property bag.
I can't think of a way I can do this as application pages aren't allowed and site pages cannot use code behind...
Is there another method that can be used to either
a) save data to spweb property bag or
b) store global data that can be used throughout the site?