摘要: 为了更好的表达与应用,方便初学者的学习,在此我写出四个一般处理程序,分别实现增、删、改、查,一通百通。增:add.ashx:using System.Web;using System.Data.SqlClient;namespace test_SQLHelper_{ /// <summary> /// Add 的摘要说明 /// </summary> public class Add : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentTyp 阅读全文
posted @ 2011-08-15 08:57 阿Tai 阅读(660) 评论(4) 推荐(0) 编辑