From: Dion O. <dol...@us...> - 2005-11-18 17:46:30
|
Update of /cvsroot/magicajax/magicajax/Core/UI/Controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31652/magicajax/Core/UI/Controls Modified Files: AjaxPanel.cs Log Message: NoStore mode now uses regular 'WriteSetHtmlOfElementScript' instead of 'ExtendedWriteSetHtmlOfElementScript' (is only for Session and Cache modes) Index: AjaxPanel.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/UI/Controls/AjaxPanel.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** AjaxPanel.cs 18 Nov 2005 10:29:04 -0000 1.11 --- AjaxPanel.cs 18 Nov 2005 17:46:17 -0000 1.12 *************** *** 472,476 **** if (htmlHashCode != (string)_controlHtmlHashes[con]) { ! ExtendedWriteSetHtmlOfElementScript(html, GetAjaxElemID(con)); _controlHtmlHashes[con] = htmlHashCode; } --- 472,476 ---- if (htmlHashCode != (string)_controlHtmlHashes[con]) { ! AjaxCallHelper.WriteSetHtmlOfElementScript(html, GetAjaxElemID(con)); _controlHtmlHashes[con] = htmlHashCode; } |