资源介绍
自己在开发过程中整理的代码
private void Page_Load(object sender, System.EventArgs e)
{
// if (!this.IsPostBack)
// {
// hdFCode.Value=yj.Util.YJRequest.GetString("fcode");
// }
// Grid1.sqlWhere="sd_code='"+hdFCode.Value+"'";
// Grid1.IssqlWhere=true;
string navtid = this.Request.QueryString["tid"];
Grid1.sqlWhere=conn.Exec_GetSql(ui.Code,rcode,"OpCode","dep","company",navtid);
Grid1.IssqlWhere=true;
}
- 上一篇: 操作系统实验 磁盘空间管理算法
- 下一篇: 非常有用的C#实例