From: Argiris K. <be...@us...> - 2005-12-14 00:19:00
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8174/Docs Modified Files: Configuration.html Log Message: Fixed an error I missed. Index: Configuration.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Configuration.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Configuration.html 11 Dec 2005 17:17:35 -0000 1.3 --- Configuration.html 14 Dec 2005 00:18:51 -0000 1.4 *************** *** 128,132 **** <pre> private void Page_Load(object sender, System.EventArgs e) { ! MagicAjaxContext.Current.Configuration.PageStore = MagicAjax.Configuration.PageStoreMode.Session; }</pre> Any changes you make to the configuration options by code will be stored in a --- 128,132 ---- <pre> private void Page_Load(object sender, System.EventArgs e) { ! MagicAjaxContext.Current.Configuration.PageStore.Mode = MagicAjax.Configuration.PageStoreMode.Session; }</pre> Any changes you make to the configuration options by code will be stored in a |