随笔分类 -  连串学习

第五部份 01 深入JavaScript与.NET Framework中的日期时间 JavaScript中的Date类型
摘要:参考文章http://www.cnblogs.com/JeffreyZhao/archive/2007/06/06/Inside_Date_and_Time_in_JavaScript_and_DotNet_Framework_2.html 阅读全文

posted @ 2007-07-03 12:46 小乔的闺房

第四部份 01 MIME Media Types
摘要:参考地址http://www.iana.org/assignments/media-types/ 阅读全文

posted @ 2007-06-20 09:46 小乔的闺房

第三部分 03 使用HTTP GET进行调用
摘要:一 只需为WebService添加一个属性[ScriptMethod(UseHttpGet = true)]二 WebServiceusing System;using System.Web;using System.Collections;using System.Web.Services;using System.Web.Services.Protocols;using System.Web... 阅读全文

posted @ 2007-06-15 17:19 小乔的闺房

第三部分 01 使用ASP.NET AJAX异步调用WebService(全)
摘要:一 方法和参数[NameSpace]:服务器端Web Service的命名空间。若没有显式命名空间声明,则该部分可以省略 [ClassName]:服务器端Web Service的类名 [MethodName]:定义在服务器端Web Service中的、将要被调用的方法名 param1 param2 … param n:将要调用的方法的参数列表。其中参数的个数、顺序要与Web Service中方法... 阅读全文

posted @ 2007-06-14 14:29 小乔的闺房

第三部分 02 在ASP.NET AJAX应用程序中使用JavaScript异步调用Page的方法
摘要:第三部分01中我们将方法写在Web服务中,但通常我们会将一些方法写在页面的.cs文件中,那么,如何使用JavaScript异步调用这些方法呢?下面给出解决方案一 Default.aspx.csusing System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;us... 阅读全文

posted @ 2007-06-06 11:03 小乔的闺房

导航