Update of /cvsroot/magicajax/magicajax/Core/UI/Controls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7305/Core/UI/Controls
Modified Files:
AjaxPanel.cs
Log Message:
Some bug fixes.
Index: AjaxPanel.cs
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/UI/Controls/AjaxPanel.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** AjaxPanel.cs 15 Nov 2005 13:06:16 -0000 1.7
--- AjaxPanel.cs 16 Nov 2005 13:39:14 -0000 1.8
***************
*** 468,472 ****
else
{
! ExtendedRenderControl (con, output, litewriter);
html = sb.ToString();
--- 468,476 ----
else
{
! if ( IsPageNoStoreMode )
! ExtendedRenderControl (con, output, litewriter);
! else
! ExtendedRenderControl (con, litewriter);
!
html = sb.ToString();
|