1,创建一个asp.net网站 2.创建一个student类 using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// Student 的摘要说明 /// </summary> public class Student { public Student() { // // TODO: 在此处添加构造函数逻辑 // } public in…
相信大家都比较了解JSON格式的数据对于ajax的方便,不了解的可以从网上找一下这方面的资料来看一下,这里就不多说了,不清楚的可以在网上查一下,这里只说一下因为参数设置不当引起的取不到返回值的问题. 在用jQuery调用WebService的时候,它contentType默认为 以下是WebService服务端的代码: using System; using System.Collections.Generic; using System.Linq; using System.Web; usin…