随笔分类 - WebForm
摘要:System.Web.HttpUtility.UrlDecode(Model.Content,System.Text.Encoding.GetEncoding("GB2312"))
阅读全文
摘要:结构跟Repeater很相似 多出一组EditItemTemplate项在一下例子中使用CommandName属性指向某一个事件 姓名 ...
阅读全文
摘要:以Car表增删改为例Car.aspx Car.aspx.cs protected void Page_Load(object sender, EventArgs e) { List list = new CarBF()....
阅读全文
摘要:添加一般处理程序using System;using System.Web;using System.Web.SessionState;//IRequiresSessionState的命名空间using System.Drawing;public class yanzheng : IHttpHand...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;using System.Web.UI;using System...
阅读全文
摘要:验证控件一般是在注册的时候用到,是直接将JS代码封装到了控件里面,拉过来直接可以用,下面介绍一下主要用法:1、CompareValidator:比较验证 常用属性:ControlToCompare 用来进行比较的控件的ID ControlToValidate 要验证的控件的ID ...
阅读全文
浙公网安备 33010602011771号