paul_cheung

导航

2014年2月17日 #

linq to entity中遇到的问题

摘要: 当使用 from m in _db.students从数据库中获取数据时,数据库中的数据类型和C#中的不同,所以可能会出错!先作_db.students.ToList()然后select 阅读全文

posted @ 2014-02-17 17:26 paul_cheung 阅读(124) 评论(0) 推荐(0) 编辑

asp.net项目下的web service返回json数据问题

摘要: App_Code目录下放置WebService.cs文件,文件内容如:using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.ServiceModel.Web;using System.Text;using System.Web;using System.Web.Script.Serialization;using System.Web.Script.Services;using System.Web.Se 阅读全文

posted @ 2014-02-17 17:21 paul_cheung 阅读(1017) 评论(0) 推荐(0) 编辑