会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
狼牙者.net
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
下一页
2016年1月12日
1.母版简单创建和使用
摘要: 1.新建母版页的步骤.新建项目web->asp.net空web应用程序->在项目上添加新建母版页-->母版页的名字Master.Master 2.使用母版页的在项目上单击添加->使用母版页的web窗体-》选择使用母版(如图)webForm1.aspx运行结果是:
阅读全文
posted @ 2016-01-12 17:55 狼牙者.net
阅读(655)
评论(0)
推荐(0)
2016年1月8日
class表与student表之间的关系
摘要: 1.班级表2.学生表3.student(学生表),Score(成绩表),course(课程表) 4.三张表联合查询 5.连接连个结果集(两个集合必须有相同的列数,列具有相同的数据类型,最终输出的集合的列名第一集合的列名来确定 6.不去除重复(union all) select * from ...
阅读全文
posted @ 2016-01-08 18:24 狼牙者.net
阅读(1434)
评论(0)
推荐(0)
2016年1月7日
02Del.ashx(删除班级)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using WebHelper;namespace AspxWebForm{ /// /// 删除班级 /// ...
阅读全文
posted @ 2016-01-07 01:26 狼牙者.net
阅读(253)
评论(0)
推荐(0)
05StuList.aspx(学生列表)
摘要: 05StuList.aspx 加载学生列表(前天代码) 学员列表 Id 姓名 班级 性别 操作 ...
阅读全文
posted @ 2016-01-07 01:18 狼牙者.net
阅读(553)
评论(0)
推荐(0)
2016年1月6日
Sqlhelper
摘要: 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
阅读(273)
评论(0)
推荐(0)
CommonHelper 公共类
摘要: 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
阅读(719)
评论(0)
推荐(0)
04Add.ashx(新增班级)
摘要: 04Add.html 新增班级 班级名称: 班级人数: ...
阅读全文
posted @ 2016-01-06 15:50 狼牙者.net
阅读(249)
评论(0)
推荐(0)
03Del.ashx(删除班级)
摘要: 03Del.ashx
阅读全文
posted @ 2016-01-06 15:46 狼牙者.net
阅读(305)
评论(0)
推荐(0)
02Modify.ashx(修改班级信息)
摘要: 02Modify.html 修改 修改班级 班级名称: 班级人数: ...
阅读全文
posted @ 2016-01-06 15:41 狼牙者.net
阅读(426)
评论(0)
推荐(0)
01List.ashx(班级列表动态页面)
摘要: 01List.html 新增 Id 名称 人数 操作 @{表格内容} 01List.ashxusing S...
阅读全文
posted @ 2016-01-06 15:36 狼牙者.net
阅读(401)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页
公告