Update of /cvsroot/magicajax/magicajax/Core/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6481/Core/UI
Modified Files:
AjaxControl.cs
Log Message:
Made AjaxControl abstract so that it won't appear as a control that can be added to the toolbox.
Index: AjaxControl.cs
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/UI/AjaxControl.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AjaxControl.cs 20 Nov 2005 08:47:29 -0000 1.6
--- AjaxControl.cs 22 Nov 2005 15:14:20 -0000 1.7
***************
*** 31,35 ****
/// The base control for controls to get notified for AjaxCall events from the client.
/// </summary>
! public class AjaxControl : System.Web.UI.WebControls.WebControl, IAjaxCallEventHandler
{
/// <summary>
--- 31,35 ----
/// The base control for controls to get notified for AjaxCall events from the client.
/// </summary>
! public abstract class AjaxControl : System.Web.UI.WebControls.WebControl, IAjaxCallEventHandler
{
/// <summary>
|