随笔分类 -  asp.net

摘要:1.整个Demo结构:如下图:2.新建项目--选择asp.net web服务应用程序TestWebService3.重新命名Service1.asmx为MyService.asmx4.右键MyService.asmx,选择查看标记,把Service1换成你刚才取的名称MyService5.双击MyS... 阅读全文
posted @ 2015-11-10 15:59 多睡觉少懒床 阅读(594) 评论(2) 推荐(0)
摘要:页面代码 : View Code后台代码 :using System;using System.Data;using System.Configuration;using System.Web;using S... 阅读全文
posted @ 2015-10-16 14:38 多睡觉少懒床 阅读(300) 评论(0) 推荐(0)
摘要:页面: 验证码 验证码 ... 阅读全文
posted @ 2015-10-13 14:28 多睡觉少懒床 阅读(498) 评论(0) 推荐(1)