예제 #1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        btn_back.Attributes.Add("onclick", "window.close()");
        DataSet ds = ProductInfoBus.GetError(Request.QueryString["getid"].ToString());

        this.lbl_result.Text = ds.Tables[0].Rows[0]["ExportError"].ToString();
    }