if(!this.IsPostBack)
{
if (this.Request.QueryString.Count > 0)
strXXID = this.Request.QueryString["XXID"].ToString();
if (strXXID.Trim().Length > 0)
this.GetNR();
this.InitForm();
}
{
if (this.Request.QueryString.Count > 0)
strXXID = this.Request.QueryString["XXID"].ToString();
if (strXXID.Trim().Length > 0)
this.GetNR();
this.InitForm();
}
解决往本页面传参数的问题
http://benq.blogbus.com/logs/274404.html