Hello.
Could you please clarify more in details what exactly do you want to achieve, and provide some particular example, if possible? I mean what data do you want to save on page_load, and how/when do you want to use them then? Also - are you using Portal engine or ASPX templates development model, please?
In general, I would recommend you to use
RequestStockHelper class for this purpose, which allows inserting items into
HttpContext.Current.Items. You can find more info about this class in our API reference file, on online resources, as HttpContext.Current.Items is .NET class. You can find example of use e.g. here:
http://forums.asp.net/t/1354992.aspxBest Regards,
Radek Macalik