上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: Bootstrap开发实践 Hello World 按钮 效果预览 阅读全文
posted @ 2015-08-18 16:27 九省巡按 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 用户名: ... 阅读全文
posted @ 2015-08-03 09:46 九省巡按 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 结构跟Repeater很相似 多出一组EditItemTemplate项在一下例子中使用CommandName属性指向某一个事件 姓名 ... 阅读全文
posted @ 2015-08-03 09:30 九省巡按 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 以Car表增删改为例Car.aspx Car.aspx.cs protected void Page_Load(object sender, EventArgs e) { List list = new CarBF().... 阅读全文
posted @ 2015-07-20 23:19 九省巡按 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 添加一般处理程序using System;using System.Web;using System.Web.SessionState;//IRequiresSessionState的命名空间using System.Drawing;public class yanzheng : IHttpHand... 阅读全文
posted @ 2015-07-20 22:30 九省巡按 阅读(222) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;using System.Web.UI;using System... 阅读全文
posted @ 2015-07-19 23:25 九省巡按 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 验证控件一般是在注册的时候用到,是直接将JS代码封装到了控件里面,拉过来直接可以用,下面介绍一下主要用法:1、CompareValidator:比较验证 常用属性:ControlToCompare 用来进行比较的控件的ID ControlToValidate 要验证的控件的ID ... 阅读全文
posted @ 2015-07-19 21:18 九省巡按 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Learn about the differences between ASP.NET MVC application and ASP.NET Web Forms applications. Learn how to decide when to build an ASP.NET MVC app... 阅读全文
posted @ 2015-07-15 21:35 九省巡按 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 匿名方法是C#2.0引入的一个新特性,它允许开发者内联(inline)声明自己的函数代码而无须使用委托函数(delegate function)。匿名方法通常在1. 需要一个临时方法,该方法使用次数极少;2. 这个方法的代码很短,甚至可能比方法声明都短的情况下使用。 可以把C# 匿名方法想象为... 阅读全文
posted @ 2015-07-15 09:37 九省巡按 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 数据结构Modelspublic class FruitBF { private MyDbDataContext Context = new MyDbDataContext(); public List Select() { re... 阅读全文
posted @ 2015-07-14 23:08 九省巡按 阅读(494) 评论(1) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页