Update of /cvsroot/magicajax/MagicAjax NET 1.1/Examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10852/MagicAjax NET 1.1/Examples
Modified Files:
Examples.aspx
Log Message:
replaced <cc1:AjaxButton by <asp:Button
Index: Examples.aspx
===================================================================
RCS file: /cvsroot/magicajax/MagicAjax NET 1.1/Examples/Examples.aspx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Examples.aspx 9 Nov 2005 20:44:18 -0000 1.2
--- Examples.aspx 9 Nov 2005 21:06:05 -0000 1.3
***************
*** 15,19 ****
<h5>1. Simple button showing server time</h5>
<cc1:ajaxpanel ID="Ajaxpanel1" runat="server">
! <cc1:AjaxButton runat="server" ID="ShowTime" Text="Show Server Date and Time" OnClick="ShowTime_Click" />
<asp:Label runat="server" ID="lblShowTime" />
</cc1:ajaxpanel>
--- 15,19 ----
<h5>1. Simple button showing server time</h5>
<cc1:ajaxpanel ID="Ajaxpanel1" runat="server">
! <asp:Button runat="server" ID="ShowTime" Text="Show Server Date and Time" OnClick="ShowTime_Click" />
<asp:Label runat="server" ID="lblShowTime" />
</cc1:ajaxpanel>
|