摘要:
1.新建母版页的步骤.新建项目web->asp.net空web应用程序->在项目上添加新建母版页-->母版页的名字Master.Master 2.使用母版页的在项目上单击添加->使用母版页的web窗体-》选择使用母版(如图)webForm1.aspx运行结果是: 阅读全文
摘要:
1.班级表2.学生表3.student(学生表),Score(成绩表),course(课程表) 4.三张表联合查询 5.连接连个结果集(两个集合必须有相同的列数,列具有相同的数据类型,最终输出的集合的列名第一集合的列名来确定 6.不去除重复(union all) select * from ... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using WebHelper;namespace AspxWebForm{ /// /// 删除班级 /// ... 阅读全文
摘要:
05StuList.aspx 加载学生列表(前天代码) 学员列表 Id 姓名 班级 性别 操作 ... 阅读全文
摘要:
pulic class SqlHelper 数据帮助类using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Web;namespace Asp... 阅读全文
摘要:
public static class CommonHelper 公共帮助类using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;namesp... 阅读全文
摘要:
04Add.html 新增班级 班级名称: 班级人数: ... 阅读全文
摘要:
03Del.ashx 阅读全文
摘要:
02Modify.html 修改 修改班级 班级名称: 班级人数: ... 阅读全文
摘要:
01List.html 新增 Id 名称 人数 操作 @{表格内容} 01List.ashxusing S... 阅读全文