From: Argiris K. <be...@us...> - 2006-02-09 23:19:24
|
Update of /cvsroot/magicajax/magicajax/Core/UI/Controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6101/Core/UI/Controls Modified Files: AjaxPanel.cs Log Message: --SetAjaxIntrinsic method is called at OnInit as well Index: AjaxPanel.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/UI/Controls/AjaxPanel.cs,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** AjaxPanel.cs 9 Feb 2006 13:41:00 -0000 1.60 --- AjaxPanel.cs 9 Feb 2006 23:19:16 -0000 1.61 *************** *** 321,331 **** if (IsHtmlHolder(control)) { ! if (IsPageNoStoreMode) ! { ! // If the ID of the added control is null, find a unique id manually, ! // or else the default naming order may cause mismatches. ! if (control.ID == null || control.ID == String.Empty) ! control.ID = FindUniqueID(); ! } _addedControls.Add(control); --- 321,328 ---- if (IsHtmlHolder(control)) { ! // If the ID of the added control is null, find a unique id manually, ! // or else the default naming order may cause mismatches. ! if (control.ID == null || control.ID == String.Empty) ! control.ID = FindUniqueID(); _addedControls.Add(control); |