随笔分类 -  ASP.NET

摘要:1. 新建一个Validate.aspx,然后在Validate.aspx.cs编写代码:using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Web;usin... 阅读全文
posted @ 2014-04-16 18:39 末伏 阅读(655) 评论(1) 推荐(3)
摘要:1.绑定在DataList中的DropDownListprivate void dlistOrder_EditCommand(object source, System.Web.UI.WebControls.DataListCommandEventArgs e){// 绑定订单状态for(int i... 阅读全文
posted @ 2014-04-15 12:19 末伏 阅读(430) 评论(0) 推荐(1)
摘要:1.为按钮添加确认对话框Button1.Attributes.Add("onclick","return confirm(’确认?’)");button.attributes.add("onclick","if(confirm(’are you sure...?’)){return true;}el... 阅读全文
posted @ 2014-04-15 12:12 末伏 阅读(624) 评论(3) 推荐(1)