稻草屋
疯行天下
摘要: 首先在项目中选择“添加新项”,添加“Global.asax”全局变量文件using System;using System.Collections;using System.ComponentModel;using System.Web;using System.Web.SessionState;using System.IO ;namespace ... 阅读全文
posted @ 2009-08-02 16:50 子谦 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 有个User目录,里面有一组.aspx文件,除了A.aspx,跟B.aspx只允许VIP用户访问外,其他只要普通的用户就可以访问 那么User 目录下的web.config文件配置如下<?xml version="1.0" encoding="utf-8"?><configuration><system.web><authorization><... 阅读全文
posted @ 2009-08-02 16:46 子谦 阅读(1200) 评论(0) 推荐(0) 编辑
摘要: -   使用DropDownList绑定数据时,有时候会出现问题:有一个无效 SelectedValue,因为它不在项目列表中  产生这个问题的原因是,需绑定的SelectedValue值,在DropDownList中不存在。所以系统抛出异常:  异常详细信息: System.ArgumentOutOfRangeException: “SupplierDrpDwnLst”有... 阅读全文
posted @ 2009-08-02 15:18 子谦 阅读(1385) 评论(0) 推荐(0) 编辑