01 2016 档案

摘要:1使用母版页,2子页面,3子页面后台代码,4结果图4 阅读全文
posted @ 2016-01-19 16:00 狼牙者.net 阅读(276) 评论(0) 推荐(0) 编辑
摘要:1.母版页里写title,标题会:会显示母版页里的。 结果如下:2.母版页和实现模板页同时都设置了title,会显示实现模板页里的title 运行结果页: 阅读全文
posted @ 2016-01-13 18:35 狼牙者.net 阅读(225) 评论(0) 推荐(0) 编辑
摘要:1.新建母版页的步骤.新建项目web->asp.net空web应用程序->在项目上添加新建母版页-->母版页的名字Master.Master 2.使用母版页的在项目上单击添加->使用母版页的web窗体-》选择使用母版(如图)webForm1.aspx运行结果是: 阅读全文
posted @ 2016-01-12 17:55 狼牙者.net 阅读(652) 评论(0) 推荐(0) 编辑
摘要:1.班级表2.学生表3.student(学生表),Score(成绩表),course(课程表) 4.三张表联合查询 5.连接连个结果集(两个集合必须有相同的列数,列具有相同的数据类型,最终输出的集合的列名第一集合的列名来确定 6.不去除重复(union all) select * from ... 阅读全文
posted @ 2016-01-08 18:24 狼牙者.net 阅读(1415) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using WebHelper;namespace AspxWebForm{ /// /// 删除班级 /// ... 阅读全文
posted @ 2016-01-07 01:26 狼牙者.net 阅读(246) 评论(0) 推荐(0) 编辑
摘要:05StuList.aspx 加载学生列表(前天代码) 学员列表 Id 姓名 班级 性别 操作 ... 阅读全文
posted @ 2016-01-07 01:18 狼牙者.net 阅读(536) 评论(0) 推荐(0) 编辑
摘要:pulic class SqlHelper 数据帮助类using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Web;namespace Asp... 阅读全文
posted @ 2016-01-06 17:59 狼牙者.net 阅读(267) 评论(0) 推荐(0) 编辑
摘要:public static class CommonHelper 公共帮助类using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;namesp... 阅读全文
posted @ 2016-01-06 17:56 狼牙者.net 阅读(712) 评论(0) 推荐(0) 编辑
摘要:04Add.html 新增班级 班级名称: 班级人数: ... 阅读全文
posted @ 2016-01-06 15:50 狼牙者.net 阅读(239) 评论(0) 推荐(0) 编辑
摘要:03Del.ashx 阅读全文
posted @ 2016-01-06 15:46 狼牙者.net 阅读(297) 评论(0) 推荐(0) 编辑
摘要:02Modify.html 修改 修改班级 班级名称: 班级人数: ... 阅读全文
posted @ 2016-01-06 15:41 狼牙者.net 阅读(417) 评论(0) 推荐(0) 编辑
摘要:01List.html 新增 Id 名称 人数 操作 @{表格内容} 01List.ashxusing S... 阅读全文
posted @ 2016-01-06 15:36 狼牙者.net 阅读(391) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;namespace WebHelper{ public s... 阅读全文
posted @ 2016-01-05 00:38 狼牙者.net 阅读(452) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2016-01-05 00:24 狼牙者.net 阅读(16) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示