an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 1/4/2011 11:34:50 AM By Bahram. 2 replies.
1/4/2011 10:49:57 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
A DSC .NET Question
 Hi Luke,
 
My DSC store is invoked by another site. since that site my call any url in DSC, I need to create a cookie once it is been called. What is the code that always starts first in DCS and .NET framework? i.e. where is the bast place for me to put my create cookie code.
 
Thanks
1/4/2011 11:19:35 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: A DSC .NET Question
You can put it in site.master.cs .
DotShoppingCart Staff
1/4/2011 11:34:50 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: A DSC .NET Question
 Which event is better : Page_Load or OnInit?