上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 1.新建母版页的步骤.新建项目web->asp.net空web应用程序->在项目上添加新建母版页-->母版页的名字Master.Master 2.使用母版页的在项目上单击添加->使用母版页的web窗体-》选择使用母版(如图)webForm1.aspx运行结果是: 阅读全文
posted @ 2016-01-12 17:55 狼牙者.net 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 1.班级表2.学生表3.student(学生表),Score(成绩表),course(课程表) 4.三张表联合查询 5.连接连个结果集(两个集合必须有相同的列数,列具有相同的数据类型,最终输出的集合的列名第一集合的列名来确定 6.不去除重复(union all) select * from ... 阅读全文
posted @ 2016-01-08 18:24 狼牙者.net 阅读(1406) 评论(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 阅读(535) 评论(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 阅读(264) 评论(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 阅读(709) 评论(0) 推荐(0) 编辑
摘要: 04Add.html 新增班级 班级名称: 班级人数: ... 阅读全文
posted @ 2016-01-06 15:50 狼牙者.net 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 03Del.ashx 阅读全文
posted @ 2016-01-06 15:46 狼牙者.net 阅读(296) 评论(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) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页