protected void btnnew_Click(object sender, EventArgs e)
 {
     Whitfield_Project _wc = new Whitfield_Project();
     _wc.AddBidAmount(Convert.ToInt32(ViewState["EstNum"].ToString()), Convert.ToInt32(ViewState["twc_proj_number"].ToString()), Convert.ToInt32(ViewState["Compeid"].ToString()), txtBidAmt.Text);
        // lblMsg.Text = "Your record is added successfully.";
     Response.Write("<script language='javascript'>parent.location.replace('Whitfield_projectInfo.aspx?EstNum=" + ViewState["EstNum"].ToString() + "&twc_project_number=" + ViewState["twc_proj_number"].ToString() + "');</script>");
 }